01-06-2021, 03:34 PM
(This post was last modified: 01-07-2021, 07:57 PM by Vega.
Edit Reason: fixed ntsc ports
)
Reverse Battle Timer [Geekid]
This code makes the battle timer count up to 3:00 instead of down to 0:00.
Side effects:
NTSC-U
C2531164 00000002
38A5FFF4 A0050014
60000000 00000000
PAL
C2535CAC 00000002
38A5FFF4 A0050014
60000000 00000000
NTSC-J
C253562C 00000002
38A5FFF4 A0050014
60000000 00000000
NTSC-K
C2523D04 00000002
38A5FFF4 A0050014
60000000 00000000
ASM source:
Code created by: Geekid
This code makes the battle timer count up to 3:00 instead of down to 0:00.
Side effects:
- Timer flashes red during the battle
- The final minute music will not trigger
NTSC-U
C2531164 00000002
38A5FFF4 A0050014
60000000 00000000
PAL
C2535CAC 00000002
38A5FFF4 A0050014
60000000 00000000
NTSC-J
C253562C 00000002
38A5FFF4 A0050014
60000000 00000000
NTSC-K
C2523D04 00000002
38A5FFF4 A0050014
60000000 00000000
ASM source:
Code:
subi r5, r5, 0xC
lhz r0, 0x0014 (r5)
Code created by: Geekid