diff options
Diffstat (limited to 'scripts/halloffameroom.asm')
-rwxr-xr-x | scripts/halloffameroom.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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] |