diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-02-05 11:13:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 11:13:02 -0600 |
commit | 37ded1d150197b3784bc351eeeb0a8d9713c2e35 (patch) | |
tree | fcb7bd8f3090cb9f7b47a76af7e474122efe36e4 /scripts/redshouse1f.asm | |
parent | b8aa9ec80e43257a9e3a487b46a33f99c999a940 (diff) | |
parent | 237aeb8fbdb204948d611830565d4a00c6b0ab70 (diff) |
Merge pull request #171 from xCrystal/master
Misc style fixes
Diffstat (limited to 'scripts/redshouse1f.asm')
-rwxr-xr-x | scripts/redshouse1f.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/redshouse1f.asm b/scripts/redshouse1f.asm index cbfb35c8..59323b8e 100755 --- a/scripts/redshouse1f.asm +++ b/scripts/redshouse1f.asm @@ -51,11 +51,11 @@ MomHealText2: RedsHouse1FText2: ; TV TX_ASM - ld a,[wSpriteStateData1 + 9] + ld a, [wSpriteStateData1 + 9] cp SPRITE_FACING_UP - ld hl,TVWrongSideText - jr nz,.notUp - ld hl,StandByMeText + ld hl, TVWrongSideText + jr nz, .notUp + ld hl, StandByMeText .notUp call PrintText jp TextScriptEnd |