diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 16:27:30 -0400 |
|---|---|---|
| committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 21:43:32 -0400 |
| commit | d5089d3c623e2b147b035cf12569810d604bf47d (patch) | |
| tree | 9d64a8943a11fef8a2b1afe0c4c8eda29e4ecfe1 /engine/battle/battle_transitions.asm | |
| parent | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) (diff) | |
| download | pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.gz pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.tar.xz pokeyellow-d5089d3c623e2b147b035cf12569810d604bf47d.zip | |
Organize gfx/
Diffstat (limited to 'engine/battle/battle_transitions.asm')
| -rw-r--r-- | engine/battle/battle_transitions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/battle_transitions.asm b/engine/battle/battle_transitions.asm index f2e26ed5..62b023b0 100644 --- a/engine/battle/battle_transitions.asm +++ b/engine/battle/battle_transitions.asm @@ -160,7 +160,7 @@ LoadBattleTransitionTile: jp CopyVideoData BattleTransitionTile: - INCBIN "gfx/battle_transition.2bpp" + INCBIN "gfx/overworld/battle_transition.2bpp" BattleTransitionTileEnd: BattleTransition_BlackScreen: |
