diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 00:17:39 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 00:17:39 -0500 |
commit | c6fefd0fe878a350a5e8cb1140d0356c78648ba5 (patch) | |
tree | 082e5c458bc936d60f0496155f124fc782a48f37 /engine/battle_start.asm | |
parent | 08b14e593e07555c8d3a445d78d9bcb82a10ddf3 (diff) |
Rename overworld sprite files, consistent with their constants
Diffstat (limited to 'engine/battle_start.asm')
-rw-r--r-- | engine/battle_start.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_start.asm b/engine/battle_start.asm index 962948386..b16bbbd67 100644 --- a/engine/battle_start.asm +++ b/engine/battle_start.asm @@ -141,7 +141,7 @@ ConvertTrainerBattlePokeballTilesTo2bpp: ; 8c2cf ; 8c2f4 TrainerBattlePokeballTiles: ; 8c2f4 -INCBIN "gfx/ow_fx/trainer_battle_pokeball_tiles.2bpp" +INCBIN "gfx/overworld/trainer_battle_pokeball_tiles.2bpp" FlashyTransitionToBattle: ; 8c314 |