diff options
author | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
commit | 132d0367522b7acce602b146ca69bfad87ef96c6 (patch) | |
tree | dc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/titlescreen.asm | |
parent | 64cfbcce7a71e6e75553575490fd60cbd61a5665 (diff) |
named more variables
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-x | engine/titlescreen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index a75d3dcf..b0bf0fb6 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -215,7 +215,7 @@ ENDC ld [wNewSoundID], a call PlaySound xor a - ld [wcc5b], a + ld [wUnusedCC5B], a ; Keep scrolling in new mons indefinitely until the user performs input. .awaitUserInterruptionLoop |