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/rockethideout2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rockethideout2.asm') diff --git a/scripts/rockethideout2.asm b/scripts/rockethideout2.asm index f269faef..ec4a536e 100755 --- a/scripts/rockethideout2.asm +++ b/scripts/rockethideout2.asm @@ -323,7 +323,7 @@ LoadSpinnerArrowTiles: ; 44fd7 (11:4fd7) add hl, bc ld a, [hl] ld [wSpriteStateData1 + 2], a - ld a, [W_CURMAPTILESET] + ld a, [wCurMapTileset] cp FACILITY ld hl, FacilitySpinnerArrows jr z, .asm_44ff6 -- cgit v1.3.1-sl0p