diff options
Diffstat (limited to 'src/randomcrap.S')
-rw-r--r-- | src/randomcrap.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S index 3e5909e..6d347d5 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -589,6 +589,9 @@ UniLogStr: .string "[ULog] returning %8x to: %x > %x > %x > %x > %x > %x\n" SCMs: .string "Setting music to %d\n" +.global Rrun +Rrun: .string "Rrun" + .global enableHardMode enableHardMode: .byte 0 |