From 7faef5b8cfaf4ef953feaf3e69ea085f3da1d5d0 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 21 Jul 2020 11:18:32 -0400 Subject: =?UTF-8?q?GetSRAMBank=20=E2=86=92=20OpenSRAM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Useful-unused-data-and-routines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Useful-unused-data-and-routines.md') 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 -- cgit v1.2.3