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/halloffameroom.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/halloffameroom.asm') diff --git a/scripts/halloffameroom.asm b/scripts/halloffameroom.asm index 1da6d3f5..466ce77d 100755 --- a/scripts/halloffameroom.asm +++ b/scripts/halloffameroom.asm @@ -28,7 +28,7 @@ HallofFameRoomScript2: ; 5a4bb (16:64bb) predef HallOfFamePC pop af ld [wLetterPrintingDelayFlags], a - ld hl, W_FLAGS_D733 + ld hl, wFlags_D733 res 1, [hl] inc hl set 0, [hl] -- cgit v1.3.1-sl0p