diff options
Diffstat (limited to 'yellow/main.asm')
-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) |