Hey do you like this new gate. What do you mean it's 3 in the morning.

This commit is contained in:
Zeta_Null 2024-07-25 02:58:36 -04:00
parent 0161dc096d
commit 6c2a1d2707
12 changed files with 35 additions and 5 deletions

View file

@ -836,6 +836,7 @@ ENDM
map_attributes BlueForest, BLUE_FOREST, $00, 0 ; this is on its own for now. add connections later.
map_attributes WhiteCity, WHITE_CITY, $01, 0 ; this is on its own for now. add connections later.
map_attributes Route66WhiteCityGate, ROUTE_66_WHITE_CITY_GATE, $00, 0
map_attributes SinjohRuinsExterior, SINJOH_RUINS_EXTERIOR, $00, 0
map_attributes SinjohRuinsInterior, SINJOH_RUINS_EXTERIOR, $00, 0

View file

@ -1224,9 +1224,6 @@ Route49OldCityGate1F_Blocks:
Route49OldCityGate2F_Blocks:
INCBIN "maps/NihonGate2F.ablk" ; 4, 3
;InsertGateNameHere_Blocks:
; INCBIN "maps/NihonGateWestEast.ablk"
OldCity_Blocks:
INCBIN "maps/OldCity.ablk"
@ -1240,3 +1237,6 @@ SECTION "Map Blocks 4", ROMX
WhiteCity_Blocks:
INCBIN "maps/WhiteCity.ablk"
Route66WhiteCityGate_Blocks:
INCBIN "maps/NihonGateEastWest.ablk"

View file

@ -713,5 +713,6 @@ MapGroup_BlueForest:
MapGroup_WhiteCity:
table_width MAP_LENGTH, MapGroup_WhiteCity
map WhiteCity, TILESET_NIHON_WHITECITY, TOWN, LANDMARK_WHITE_CITY, MUSIC_VIRIDIAN_CITY, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
map Route66WhiteCityGate, TILESET_NIHON_GATE, GATE, LANDMARK_ROUTE_66, MUSIC_ROUTE_30, FALSE, PALETTE_DAY, FISHGROUP_NONE
assert_table_length NUM_WHITE_CITY_MAPS

View file

@ -586,6 +586,7 @@ INCLUDE "maps/OldCityEarlsHouse.asm"
INCLUDE "maps/OldCityFamilyHouse.asm"
INCLUDE "maps/SepiaSchool.asm"
INCLUDE "maps/WhiteCity.asm"
INCLUDE "maps/Route66WhiteCityGate.asm"
SECTION "Map Scripts 30", ROMX ; spillover

View file

@ -12,3 +12,6 @@
tilecoll FLOOR, FLOOR, COUNTER, COUNTER ; 0b
tilecoll COUNTER, FLOOR, COUNTER, COUNTER ; 0c
tilecoll FLOOR, COUNTER, COUNTER, COUNTER ; 0d
tilecoll COUNTER, COUNTER, FLOOR, FLOOR ; 0e
tilecoll WALL, WALL, COUNTER, FLOOR ; 0f
tilecoll WALL, WALL, FLOOR, COUNTER ; 10