diff options
Diffstat (limited to 'Useful-unused-data-and-routines.md')
-rw-r--r-- | Useful-unused-data-and-routines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Useful-unused-data-and-routines.md b/Useful-unused-data-and-routines.md index 3ac5a85..d2f8230 100644 --- a/Useful-unused-data-and-routines.md +++ b/Useful-unused-data-and-routines.md @@ -25,7 +25,7 @@ The initial script where you get the GS Ball is in [maps/GoldenrodPokecenter1F.a ```asm EnableGSBallScene: ld a, BANK(sMobileEventIndex) - call GetSRAMBank + call OpenSRAM ld a, MOBILE_EVENT_OBJECT_GS_BALL ld [sMobileEventIndex], a jp CloseSRAM |