Define layout constants
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FortreeCity_MapConnectionsList: @ 8486784
|
||||
FortreeCity_MapConnectionsList:
|
||||
connection left, 0, MAP_ROUTE119
|
||||
connection right, 0, MAP_ROUTE120
|
||||
|
||||
FortreeCity_MapConnections: @ 848679C
|
||||
.4byte 0x2
|
||||
FortreeCity_MapConnections:
|
||||
.4byte 2
|
||||
.4byte FortreeCity_MapConnectionsList
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FortreeCity_EventObjects: @ 8526B9C
|
||||
FortreeCity_EventObjects:
|
||||
object_event 1, EVENT_OBJ_GFX_MAN_2, 0, 31, 3, 4, MOVEMENT_TYPE_LOOK_AROUND, 0, 0, 0, 0, FortreeCity_EventScript_1E25B6, 0
|
||||
object_event 2, EVENT_OBJ_GFX_GIRL_1, 0, 32, 16, 3, MOVEMENT_TYPE_WANDER_AROUND, 1, 1, 0, 0, FortreeCity_EventScript_1E25DE, 0
|
||||
object_event 3, EVENT_OBJ_GFX_WOMAN_5, 0, 32, 10, 3, MOVEMENT_TYPE_WANDER_UP_AND_DOWN, 0, 1, 0, 0, FortreeCity_EventScript_1E25BF, 0
|
||||
@@ -7,7 +7,7 @@ FortreeCity_EventObjects: @ 8526B9C
|
||||
object_event 6, EVENT_OBJ_GFX_GAMEBOY_KID, 0, 9, 16, 3, MOVEMENT_TYPE_FACE_DOWN, 0, 0, 0, 0, FortreeCity_EventScript_1E25F9, 0
|
||||
object_event 7, EVENT_OBJ_GFX_KECLEON_1, 0, 25, 8, 3, MOVEMENT_TYPE_INVISIBLE, 1, 1, 0, 0, FortreeCity_EventScript_1E2614, FLAG_HIDE_FORTREE_CITY_KECLEON
|
||||
|
||||
FortreeCity_MapWarps: @ 8526C44
|
||||
FortreeCity_MapWarps:
|
||||
warp_def 5, 6, 0, 0, MAP_FORTREE_CITY_POKEMON_CENTER_1F
|
||||
warp_def 10, 3, 0, 0, MAP_FORTREE_CITY_HOUSE1
|
||||
warp_def 22, 11, 0, 0, MAP_FORTREE_CITY_GYM
|
||||
@@ -18,7 +18,7 @@ FortreeCity_MapWarps: @ 8526C44
|
||||
warp_def 12, 13, 0, 0, MAP_FORTREE_CITY_HOUSE5
|
||||
warp_def 37, 13, 0, 0, MAP_FORTREE_CITY_DECORATION_SHOP
|
||||
|
||||
FortreeCity_MapBGEvents: @ 8526C8C
|
||||
FortreeCity_MapBGEvents:
|
||||
bg_event 6, 9, 0, BG_EVENT_PLAYER_FACING_ANY, FortreeCity_EventScript_1E2602
|
||||
bg_event 7, 6, 0, BG_EVENT_PLAYER_FACING_NORTH, FortreeCity_EventScript_271E73
|
||||
bg_event 5, 14, 0, BG_EVENT_PLAYER_FACING_NORTH, FortreeCity_EventScript_271E6A
|
||||
@@ -26,6 +26,6 @@ FortreeCity_MapBGEvents: @ 8526C8C
|
||||
bg_event 6, 6, 0, BG_EVENT_PLAYER_FACING_NORTH, FortreeCity_EventScript_271E73
|
||||
bg_event 6, 14, 0, BG_EVENT_PLAYER_FACING_NORTH, FortreeCity_EventScript_271E6A
|
||||
|
||||
FortreeCity_MapEvents:: @ 8526CD4
|
||||
FortreeCity_MapEvents::
|
||||
map_events FortreeCity_EventObjects, FortreeCity_MapWarps, 0x0, FortreeCity_MapBGEvents
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
FortreeCity: @ 8482528
|
||||
FortreeCity:
|
||||
.4byte FortreeCity_Layout
|
||||
.4byte FortreeCity_MapEvents
|
||||
.4byte FortreeCity_MapScripts
|
||||
.4byte FortreeCity_MapConnections
|
||||
.2byte MUS_MACHI_S3
|
||||
.2byte 5
|
||||
.2byte LAYOUT_FORTREE_CITY
|
||||
.byte MAPSEC_FORTREE_CITY
|
||||
.byte 0
|
||||
.byte WEATHER_SUNNY
|
||||
|
||||
Reference in New Issue
Block a user