From f0915e2b664f3c045cdea710aeced219396db8bb Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 29 Dec 2015 14:53:57 -0500 Subject: More BankF documentation Also introduce bit direction constants and setpal macros --- scripts/seafoamislands5.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/seafoamislands5.asm') diff --git a/scripts/seafoamislands5.asm b/scripts/seafoamislands5.asm index 17ea82cb..98c27666 100755 --- a/scripts/seafoamislands5.asm +++ b/scripts/seafoamislands5.asm @@ -46,7 +46,7 @@ SeafoamIslands5Script0: ; 467c7 (11:67c7) ld a, D_UP ld [wSimulatedJoypadStatesEnd], a call StartSimulatingJoypadStates - ld hl, W_FLAGS_D733 + ld hl, wFlags_D733 res 2, [hl] ld a, $1 ld [wSeafoamIslands5CurScript], a -- cgit v1.3.1-sl0p