Delay Timer Modifier [Unnamed]
#2
I made a code to activate the blue shell reset at one point, but it'd actually be shorter to just re-create the activation function than setting up the call to it. Here's the code anyway

Code:
#===============#
# C2 @          #
#  PAL 807ae8a8 #
#  Unported     #
#===============#

.set REGION, 'P'

.if REGION == 'P'
    .set PTR_ITEMSLOTDATA, 0x809c3670
    .set ITEMSLOTDATA_RESETBLUESHELLTIMER, 0x807bb9c8
.else
    .err
.endif

lis r3, PTR_ITEMSLOTDATA@h
ori r3, r3, PTR_ITEMSLOTDATA@l
lis r12, ITEMSLOTDATA_RESETBLUESHELLTIMER@h
ori r12, r12, ITEMSLOTDATA_RESETBLUESHELLTIMER@l
mtctr r4
bctr
Reply


Messages In This Thread
Delay Timer Modifier [Unnamed] - by Unnamed - 09-08-2020, 12:39 PM
RE: Delay Timer Modifier [Unnamed] - by Seeky - 09-09-2020, 12:16 PM
RE: Delay Timer Modifier [Unnamed] - by Unnamed - 10-20-2020, 02:22 PM
RE: Delay Timer Modifier [Unnamed] - by Vega - 10-25-2020, 07:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)