diff options
author | YamaArashi <shadow962@live.com> | 2015-07-14 19:46:52 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-14 19:46:52 -0700 |
commit | 07dd7056372288de7bb5b64f9416d741adb3b499 (patch) | |
tree | cc71b691c53fcbbc915b20cd1baf6a4960fded64 /scripts/halloffameroom.asm | |
parent | a0ed5bd4aa28745d4d3a47471636d2b9f4235b67 (diff) |
hall of fame / credits
Diffstat (limited to 'scripts/halloffameroom.asm')
-rwxr-xr-x | scripts/halloffameroom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/halloffameroom.asm b/scripts/halloffameroom.asm index 1d522e60..afdd4e0c 100755 --- a/scripts/halloffameroom.asm +++ b/scripts/halloffameroom.asm @@ -21,13 +21,13 @@ HallofFameRoomScript3: ; 5a4ba (16:64ba) HallofFameRoomScript2: ; 5a4bb (16:64bb) call Delay3 - ld a, [wd358] + ld a, [wLetterPrintingDelayFlags] push af xor a ld [wJoyIgnore], a predef HallOfFamePC pop af - ld [wd358], a + ld [wLetterPrintingDelayFlags], a ld hl, W_FLAGS_D733 res 1, [hl] inc hl |