More updating event macro comments

This commit is contained in:
GriffinR
2021-11-16 17:12:16 -05:00
parent d414787932
commit 61aa9c3ba9
58 changed files with 979 additions and 972 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ InsideOfTruck_MapScripts::
.byte 0
InsideOfTruck_OnLoad:
setmetatile 4, 1, METATILE_InsideOfTruck_ExitLight_Top, 0
setmetatile 4, 2, METATILE_InsideOfTruck_ExitLight_Mid, 0
setmetatile 4, 3, METATILE_InsideOfTruck_ExitLight_Bottom, 0
setmetatile 4, 1, METATILE_InsideOfTruck_ExitLight_Top, FALSE
setmetatile 4, 2, METATILE_InsideOfTruck_ExitLight_Mid, FALSE
setmetatile 4, 3, METATILE_InsideOfTruck_ExitLight_Bottom, FALSE
end
InsideOfTruck_OnResume: