Split menu code out of home/movement.asm

This commit is contained in:
Rangi
2019-11-03 14:46:21 -05:00
parent 89d107b426
commit 69ea875eeb
4 changed files with 584 additions and 584 deletions

View File

@@ -36,8 +36,9 @@ INCLUDE "home/video.asm"
INCLUDE "home/map_objects.asm"
INCLUDE "home/sine.asm"
INCLUDE "home/movement.asm"
INCLUDE "home/menu_window.asm"
INCLUDE "home/menu.asm"
INCLUDE "home/menu_window.asm"
INCLUDE "home/menu2.asm"
INCLUDE "home/handshake.asm"
INCLUDE "home/game_time.asm"
INCLUDE "home/map.asm"