From 779009b5d2f44ae7fe6e739123ec05fb61724932 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 14 Nov 2015 16:34:47 -0500 Subject: engine/menu/status_screen.asm Also fix gfx.py from not recognizing modules in extras/pokemontools --- yellow/main.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'yellow') diff --git a/yellow/main.asm b/yellow/main.asm index 779c14ff..215e3c5f 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -3526,9 +3526,8 @@ WorldMapTileGraphics: INCBIN "gfx/town_map.2bpp" WorldMapTileGraphicsEnd: PlayerCharacterTitleGraphics: INCBIN "gfx/player_title.2bpp" - dr $11468,$1168a -PrintStatsBox: ; 1168a (4:568a) - dr $1168a, $11875 +INCLUDE "engine/menu/status_screen.asm" + DrawPartyMenu_: ; 11875 (4:5875) dr $11875,$11886 RedrawPartyMenu_: ; 11886 (4:5886) -- cgit v1.3.1-sl0p