Identify various "????"s (#1125)

This commit is contained in:
Sylvie
2024-06-11 20:54:45 -04:00
committed by GitHub
parent 23183bb9bb
commit 8819f7b117
11 changed files with 43 additions and 40 deletions

View File

@@ -124,10 +124,10 @@ MACRO step_end
db movement_step_end
ENDM
const movement_step_48 ; $48
MACRO step_48
db movement_step_48
db \1 ; ???
const movement_step_wait_end ; $48
MACRO step_wait_end
db movement_step_wait_end
db \1 ; length
ENDM
const movement_remove_object ; $49
@@ -140,9 +140,9 @@ MACRO step_loop
db movement_step_loop
ENDM
const movement_step_4b ; $4b
MACRO step_4b
db movement_step_4b
const movement_step_stop ; $4b
MACRO step_stop
db movement_step_stop
ENDM
const movement_teleport_from ; $4c