From bf054e94306e7c55e526797e8e43bbb62a937c43 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 9 Jun 2019 19:10:14 -0400 Subject: MOBILE_EVENT_OBJECT_GS_BALL --- Useful-unused-data-and-routines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- cgit v1.2.3