Comment on changeblock ids

This commit is contained in:
Remy Oukaour
2018-01-17 13:23:43 -05:00
parent faa41e743b
commit c70e8eec49
23 changed files with 127 additions and 126 deletions

View File

@@ -8,10 +8,10 @@ CeladonDeptStore6F_MapScripts:
.MapCallbacks:
db 1
callback MAPCALLBACK_TILES, .Callback
callback MAPCALLBACK_TILES, .HideRooftopStairs
.Callback:
changeblock 12, 0, $03
.HideRooftopStairs:
changeblock 12, 0, $03 ; wall
return
CeladonDeptStore6FSuperNerdScript: