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/vermiliongym.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vermiliongym.asm') diff --git a/scripts/vermiliongym.asm b/scripts/vermiliongym.asm index 78a38aec..6dae0751 100755 --- a/scripts/vermiliongym.asm +++ b/scripts/vermiliongym.asm @@ -79,7 +79,7 @@ VermilionGymScript_5caaa: ; 5caaa (17:4aaa) ld [hSpriteIndexOrTextID], a call DisplayTextID .asm_5cad3 - ld hl, W_OBTAINEDBADGES + ld hl, wObtainedBadges set 2, [hl] ld hl, wBeatGymFlags set 2, [hl] -- cgit v1.3.1-sl0p