Functional stub of title menus: clean up return from overworld loop [Commit 2] (#17)

This commit is contained in:
xCrystal
2023-10-01 00:39:18 +02:00
parent a16322350f
commit 0795c02a9c
4 changed files with 28 additions and 37 deletions

View File

@@ -1057,7 +1057,7 @@ ENDM
const wait_command ; $a8
MACRO wait
db wait_command
db \1 ; duration
db \1 / 100 ; duration (ms)
ENDM
const checksave_command ; $a9