finish labeling metatiles

This commit is contained in:
garak
2019-06-12 18:47:51 -04:00
committed by huderlem
parent 713f61de7c
commit a43dcd26bd
20 changed files with 425 additions and 318 deletions
+10 -10
View File
@@ -45,15 +45,15 @@ Route120_MapScript1_1F5474: @ 81F5474
end
Route120_EventScript_1F5490:: @ 81F5490
setmetatile 7, 54, 124, 1
setmetatile 7, 55, 145, 1
setmetatile 7, 54, METATILE_General_RockWall_RockBase, 1
setmetatile 7, 55, METATILE_General_RockWall_SandBase, 1
return
Route120_EventScript_1F54A3:: @ 81F54A3
setmetatile 13, 15, 663, 0
setmetatile 12, 16, 671, 0
setmetatile 12, 17, 161, 0
setmetatile 13, 17, 161, 0
setmetatile 13, 15, METATILE_Fortree_WoodBridge_Kecleon0, 0
setmetatile 12, 16, METATILE_Fortree_WoodBridge_Kecleon1, 0
setmetatile 12, 17, METATILE_General_ReflectiveWater, 0
setmetatile 13, 17, METATILE_General_ReflectiveWater, 0
return
Route120_EventScript_1F54C8:: @ 81F54C8
@@ -249,10 +249,10 @@ Route120_EventScript_1F572C:: @ 81F572C
delay 15
removeobject 31
waitfieldeffect FLDEFF_NPCFLY_OUT
setmetatile 13, 15, 663, 0
setmetatile 12, 16, 671, 0
setmetatile 12, 17, 161, 0
setmetatile 13, 17, 161, 0
setmetatile 13, 15, METATILE_Fortree_WoodBridge_Kecleon0, 0
setmetatile 12, 16, METATILE_Fortree_WoodBridge_Kecleon1, 0
setmetatile 12, 17, METATILE_General_ReflectiveWater, 0
setmetatile 13, 17, METATILE_General_ReflectiveWater, 0
special DrawWholeMapView
release
end