summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 eed7b1e..60af7bc 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
EnableGSBallScene:
ld a, BANK(sMobileEventIndex)
call GetSRAMBank
- ld a, BATTLETOWERACTION_CHECKMOBILEEVENT
+ ld a, MOBILE_EVENT_OBJECT_GS_BALL
ld [sMobileEventIndex], a
jp CloseSRAM
```