diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-12 14:49:45 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-12 14:49:45 -0500 |
commit | e5a76039e3e17c02d0ef9fa52bdb7de7b4eceaad (patch) | |
tree | 824de6262a7e589bd90a3b8933967699426d55a2 /yellow/main.asm | |
parent | 6ddc025942a03802acf6a2731d7b46f2672ae74f (diff) |
engine/battle/draw_hud_pokeball_gfx.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-x | yellow/main.asm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index d28065ff..9eb1b798 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -4007,16 +4007,7 @@ INCLUDE "data/moves.asm" BaseStats: INCLUDE "data/base_stats.asm" INCLUDE "data/cries.asm" INCLUDE "engine/battle/trainer_ai.asm" - -DrawAllPokeballs: ; 3a8df (e:68df) - dr $3a8df,$3a9e9 -SetupPlayerAndEnemyPokeballs: ; 3a9e9 (e:69e9) - dr $3a9e9,$3aa28 - -PokeballTileGraphics:: ; 3aa28 (e:6a28) -; INCBIN "gfx/pokeball.2bpp" -;PokeballTileGraphicsEnd: - dr $3aa28,$3aa68 +INCLUDE "engine/battle/draw_hud_pokeball_gfx.asm" TradingAnimationGraphics: INCBIN "gfx/game_boy.norepeat.2bpp" |