From bb97b63af1fbeca208cb30a41f8195b4408821dc Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 18 Oct 2015 15:37:40 -0400 Subject: Complete documentation of bank3 Also: split out bcd predefs from yellow/main.asm, start removing traces of W_ --- scripts/cinnabargym.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cinnabargym.asm') diff --git a/scripts/cinnabargym.asm b/scripts/cinnabargym.asm index 5bbb94a9..73aad423 100755 --- a/scripts/cinnabargym.asm +++ b/scripts/cinnabargym.asm @@ -157,7 +157,7 @@ CinnabarGymScript3_75857: ; 75857 (1d:5857) ld [hSpriteIndexOrTextID], a call DisplayTextID .asm_75880 - ld hl, W_OBTAINEDBADGES + ld hl, wObtainedBadges set 6, [hl] ld hl, wBeatGymFlags set 6, [hl] -- cgit v1.3.1-sl0p