From a567e6b99923322eff2370c45d5da5c34d25fe23 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Tue, 20 Aug 2013 02:02:54 -0400 Subject: Added party menu/ow mon sprites to gfx --- main.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index e53786a4..59b46894 100644 --- a/main.asm +++ b/main.asm @@ -101259,7 +101259,8 @@ MonOverworldData: ; 7190d (1c:590d) dn SPRITE_SNAKE, SPRITE_MON ;Dragonite/Mewtwo dn SPRITE_MON, 0 ;Mew/Padding -INCBIN "baserom.gbc",$71959,$71ad9 - $71959 +MonOverworldSprites: + INCBIN "gfx/mon_ow_sprites.2bpp" Predef54: ; 71ad9 (1c:5ad9) ; trigger the trade offer/action specified by W_WHICHTRADE -- cgit v1.3.1-sl0p