aboutsummaryrefslogtreecommitdiffstats
path: root/yellow
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-14 16:34:47 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-14 16:34:47 -0500
commit779009b5d2f44ae7fe6e739123ec05fb61724932 (patch)
tree8fb22a52442d372f119ce8f27d9f70401842a0fd /yellow
parentMove pikachu pcm data to audio.asm (diff)
downloadpokeyellow-779009b5d2f44ae7fe6e739123ec05fb61724932.tar.gz
pokeyellow-779009b5d2f44ae7fe6e739123ec05fb61724932.tar.xz
pokeyellow-779009b5d2f44ae7fe6e739123ec05fb61724932.zip
engine/menu/status_screen.asm
Also fix gfx.py from not recognizing modules in extras/pokemontools
Diffstat (limited to 'yellow')
-rwxr-xr-xyellow/main.asm5
1 files changed, 2 insertions, 3 deletions
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)