Fix some object lock names

This commit is contained in:
GriffinR
2021-05-04 01:21:50 -04:00
parent 24e02085d7
commit 4206359862
5 changed files with 18 additions and 10 deletions
+2 -2
View File
@@ -812,12 +812,12 @@
.byte 0x68
.endm
@ Ceases movement for all Objects on-screen.
@ Freezes all objects immediately except the player. The player is frozen once their movement is finished.
.macro lockall
.byte 0x69
.endm
@ If the script was called by an Object, then that Object's movement will cease.
@ Freezes all objects immediately except the player and the selected object. The player and selected object are frozen once their movement is finished.
.macro lock
.byte 0x6a
.endm