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/fightingdojo.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/fightingdojo.asm')
| -rwxr-xr-x | scripts/fightingdojo.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fightingdojo.asm b/scripts/fightingdojo.asm index fa0cdca2..5c7704f5 100755 --- a/scripts/fightingdojo.asm +++ b/scripts/fightingdojo.asm @@ -302,7 +302,7 @@ FightingDojoText7: jr nz, .done ld a, [wcf91] ld b, a - ld c,30 + ld c, 30 call GivePokemon jr nc, .done SetEvents EVENT_GOT_HITMONCHAN, EVENT_DEFEATED_FIGHTING_DOJO |
