Remove address comments
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.set LOCALID_LOSTELLE, 1
|
||||
|
||||
ThreeIsland_BerryForest_MapScripts:: @ 8163C71
|
||||
ThreeIsland_BerryForest_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, ThreeIsland_BerryForest_OnTransition
|
||||
.byte 0
|
||||
|
||||
ThreeIsland_BerryForest_OnTransition:: @ 8163C77
|
||||
ThreeIsland_BerryForest_OnTransition::
|
||||
setworldmapflag FLAG_WORLD_MAP_THREE_ISLAND_BERRY_FOREST
|
||||
setescapewarp MAP_THREE_ISLAND_BOND_BRIDGE, 255, 12, 6
|
||||
end
|
||||
|
||||
ThreeIsland_BerryForest_EventScript_Lostelle:: @ 8163C83
|
||||
ThreeIsland_BerryForest_EventScript_Lostelle::
|
||||
lock
|
||||
faceplayer
|
||||
msgbox ThreeIsland_BerryForest_Text_HelpScaryPokemon
|
||||
@@ -44,11 +44,11 @@ ThreeIsland_BerryForest_EventScript_Lostelle:: @ 8163C83
|
||||
release
|
||||
end
|
||||
|
||||
ThreeIsland_BerryForest_EventScript_NoRoomForBerry:: @ 8163D19
|
||||
ThreeIsland_BerryForest_EventScript_NoRoomForBerry::
|
||||
msgbox ThreeIsland_BerryForest_Text_BerryPouchIsFull
|
||||
return
|
||||
|
||||
ThreeIsland_BerryForest_Movement_LostelleLookAround:: @ 8163D22
|
||||
ThreeIsland_BerryForest_Movement_LostelleLookAround::
|
||||
walk_in_place_fastest_left
|
||||
delay_16
|
||||
walk_in_place_fastest_right
|
||||
@@ -56,10 +56,10 @@ ThreeIsland_BerryForest_Movement_LostelleLookAround:: @ 8163D22
|
||||
walk_in_place_fastest_left
|
||||
step_end
|
||||
|
||||
ThreeIsland_BerryForest_EventScript_WelcomeSign:: @ 8163D28
|
||||
ThreeIsland_BerryForest_EventScript_WelcomeSign::
|
||||
msgbox ThreeIsland_BerryForest_Text_WelcomeToBerryForest, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
ThreeIsland_BerryForest_EventScript_BewareSign:: @ 8163D31
|
||||
ThreeIsland_BerryForest_EventScript_BewareSign::
|
||||
msgbox ThreeIsland_BerryForest_Text_BewareWildBerryLovingMons, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user