diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-14 16:34:47 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-14 16:34:47 -0500 |
| commit | 779009b5d2f44ae7fe6e739123ec05fb61724932 (patch) | |
| tree | 8fb22a52442d372f119ce8f27d9f70401842a0fd /yellow | |
| parent | Move pikachu pcm data to audio.asm (diff) | |
| download | pokeyellow-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-x | yellow/main.asm | 5 |
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) |
