summaryrefslogtreecommitdiff
path: root/Useful-unused-data-and-routines.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-21 11:18:32 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-21 11:18:32 -0400
commit7faef5b8cfaf4ef953feaf3e69ea085f3da1d5d0 (patch)
tree1a26f2020476aa29bc7b930a7136bf9af090c63d /Useful-unused-data-and-routines.md
parentd8c57580dbc0fc98f1275294a1c0fa115888f3ec (diff)
GetSRAMBank → OpenSRAM
Diffstat (limited to 'Useful-unused-data-and-routines.md')
-rw-r--r--Useful-unused-data-and-routines.md2
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