diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-09 16:58:02 -0400 |
| commit | b83acb03e50c4314e082e642bdb429346892d040 (patch) | |
| tree | 37d41244ef64c7bacde8879513a03bd5aab34cec /data/wildPokemon/powerplant.asm | |
| parent | Clean up music bank references (diff) | |
| download | pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.gz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.tar.xz pokeyellow-b83acb03e50c4314e082e642bdb429346892d040.zip | |
Clean up white space
Diffstat (limited to 'data/wildPokemon/powerplant.asm')
| -rwxr-xr-x | data/wildPokemon/powerplant.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/wildPokemon/powerplant.asm b/data/wildPokemon/powerplant.asm index 741232c3..a67ab2e9 100755 --- a/data/wildPokemon/powerplant.asm +++ b/data/wildPokemon/powerplant.asm @@ -1,7 +1,7 @@ -PowerPlantMons: +PowerPlantMons: db $0A IF !_YELLOW - + db 21,VOLTORB db 21,MAGNEMITE db 20,PIKACHU @@ -19,7 +19,7 @@ PowerPlantMons: db 36,RAICHU ENDC ENDC - + IF _YELLOW db 30,MAGNEMITE db 35,MAGNEMITE @@ -32,6 +32,6 @@ PowerPlantMons: db 33,MUK db 37,MUK ENDC - + db $00 |
