diff options
author | YamaArashi <shadow962@live.com> | 2015-07-25 19:26:54 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-25 19:26:54 -0700 |
commit | 93255d6d17fbb3702a0f8670d7ecc2ed627af2a7 (patch) | |
tree | d14acaf4efeb96e252c0e195a757ea212b8c69a0 /home.asm | |
parent | 7f6d0d49b61a77cfba76057d99881634b882486b (diff) |
yet more naming
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1144,7 +1144,7 @@ DisplayTextID:: ; 2920 (0:2920) jr nz,HoldTextDisplayOpen AfterDisplayingTextID:: ; 29d6 (0:29d6) - ld a,[wcc47] + ld a,[wEnteringCableClub] and a jr nz,HoldTextDisplayOpen call WaitForTextScrollButtonPress ; wait for a button press after displaying all the text @@ -4162,7 +4162,7 @@ HandleDownArrowBlinkTiming:: ; 3c04 (0:3c04) ; The following code either enables or disables the automatic drawing of ; text boxes by DisplayTextID. Both functions cause DisplayTextID to wait -; for a button press after displaying text (unless [wcc47] is set). +; for a button press after displaying text (unless [wEnteringCableClub] is set). EnableAutoTextBoxDrawing:: ; 3c3c (0:3c3c) xor a |