diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2017-12-30 01:54:27 +0100 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-30 01:54:27 +0100 |
| commit | 237aeb8fbdb204948d611830565d4a00c6b0ab70 (patch) | |
| tree | 94dea41b4af4a3374a1a1e2f56665cff2ea5baa9 /scripts/redshouse1f.asm | |
| parent | Uppercase battle status constants (diff) | |
| download | pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.gz pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.xz pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.zip | |
Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x
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 |
