From e5a76039e3e17c02d0ef9fa52bdb7de7b4eceaad Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 12 Dec 2015 14:49:45 -0500 Subject: engine/battle/draw_hud_pokeball_gfx.asm --- yellow/main.asm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'yellow') 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" -- cgit v1.3.1-sl0p