diff options
Diffstat (limited to 'src/randomcrap.S')
-rw-r--r-- | src/randomcrap.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S index 2842d12..0dbb4ef 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -281,6 +281,12 @@ NoBGScale: addi r1, r1, 0x60 blr +.global ExitStageReal +.extern ExitStageRealRest +ExitStageReal: + stwu r1, -0x20(r1) + b ExitStageRealRest + .data .global BGScaleFront, BGScaleBack, BGScaleEnabled BGScale: |