diff options
author | YamaArashi <shadow962@live.com> | 2015-07-19 14:01:08 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-19 14:01:08 -0700 |
commit | e607199397cb36565f61703a58d99efdc21891c5 (patch) | |
tree | ad2f4b8ddfb9a97a71d83721cf111f598394b0f2 /engine/HoF_room_pc.asm | |
parent | 02bd91b7076165653a900a8e39c12a92a9bd2976 (diff) |
replace uses of minus one
Diffstat (limited to 'engine/HoF_room_pc.asm')
-rwxr-xr-x | engine/HoF_room_pc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/HoF_room_pc.asm b/engine/HoF_room_pc.asm index 06c926db..5e3ff37b 100755 --- a/engine/HoF_room_pc.asm +++ b/engine/HoF_room_pc.asm @@ -29,7 +29,7 @@ HallOfFamePC: ; 7405c (1d:405c) ld c, 128 call DelayFrames xor a - ld [wNumCreditsMonsDisplayed - 1], a ; not read + ld [wUnusedCD3D], a ; not read ld [wNumCreditsMonsDisplayed], a jp Credits |