mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 23:52:43 +02:00
9 lines
177 B
ArmAsm
9 lines
177 B
ArmAsm
# Constants relevant to alarm things
|
|
|
|
.set ALARM_STRUCT_SIZE, 0x28
|
|
|
|
.set ALARM_FIRST_R13_OFST, -0x4348
|
|
.set ALARM_LAST_R13_OFST, -0x4344
|
|
|
|
.set ALARM_READ_STRUCT_PTR, 0x804a74f0
|