Polishing Celeste Hill a bit

Also added a small house on Route 1 which we can use for testing maps
This commit is contained in:
MementoMartha 2023-04-19 10:19:20 +01:00
parent 91d47bef0e
commit 8ce4472f7d
17 changed files with 75 additions and 41 deletions

View file

@ -89,13 +89,13 @@ DEF FIRST_INDOOR_MAP EQU const_value
mapconst BIKE_SHOP, 4, 4 ; $43
mapconst CERULEAN_MART, 4, 4 ; $44
mapconst MT_MOON_POKECENTER, 4, 7 ; $45
mapconst VIRIDIAN_PRE_GYM, 7, 5 ; $46 - was CERULEAN_TRASHED_HOUSE_COPY
mapconst VIRIDIAN_PRE_GYM, 7, 5 ; $46 - was CERULEAN_TRASHED_HOUSE_COPY
mapconst ROUTE_5_GATE, 3, 4 ; $47
mapconst UNDERGROUND_PATH_ROUTE_5, 4, 4 ; $48
mapconst DAYCARE, 4, 4 ; $49
mapconst ROUTE_6_GATE, 3, 4 ; $4A
mapconst UNDERGROUND_PATH_ROUTE_6, 4, 4 ; $4B
mapconst CELESTE_HILL, 4, 4 ; $4C - Was copy of above & unused
mapconst CELESTE_HILL, 12, 12 ; $4C - Was copy of above & unused
mapconst ROUTE_7_GATE, 4, 3 ; $4D
mapconst UNDERGROUND_PATH_ROUTE_7, 4, 4 ; $4E
mapconst UNDERGROUND_PATH_ROUTE_7_COPY, 4, 4 ; $4F - Unused

View file

@ -46,29 +46,32 @@ DEF SET_PAL_DEFAULT EQU $ff
const PAL_INDIGO ; $0A
const PAL_SAFFRON ; $0B
const PAL_CITRINE ; $0C
const PAL_TOWNMAP ; $0D
const PAL_LOGO1 ; $0E
const PAL_LOGO2 ; $0F
const PAL_0F ; $10
const PAL_MEWMON ; $11
const PAL_BLUEMON ; $12
const PAL_REDMON ; $13
const PAL_CYANMON ; $14
const PAL_PURPLEMON ; $15
const PAL_BROWNMON ; $16
const PAL_GREENMON ; $17
const PAL_PINKMON ; $18
const PAL_YELLOWMON ; $19
const PAL_GREYMON ; $1A
const PAL_SLOTS1 ; $1B
const PAL_SLOTS2 ; $1C
const PAL_SLOTS3 ; $1D
const PAL_SLOTS4 ; $1E
const PAL_BLACK ; $1F
const PAL_GREENBAR ; $20
const PAL_YELLOWBAR ; $21
const PAL_REDBAR ; $22
const PAL_BADGE ; $23
const PAL_CAVE ; $24
const PAL_GAMEFREAK ; $25
const PAL_CELADONUNI ; $0D
const PAL_TOWNMAP ; $0E
const PAL_LOGO1 ; $0F
const PAL_LOGO2 ; $10
const PAL_0F ; $11
const PAL_MEWMON ; $12
const PAL_BLUEMON ; $13
const PAL_REDMON ; $14
const PAL_CYANMON ; $15
const PAL_PURPLEMON ; $16
const PAL_BROWNMON ; $17
const PAL_GREENMON ; $18
const PAL_PINKMON ; $19
const PAL_YELLOWMON ; $1A
const PAL_GREYMON ; $1B
const PAL_SLOTS1 ; $1C
const PAL_SLOTS2 ; $1D
const PAL_SLOTS3 ; $1E
const PAL_SLOTS4 ; $1F
const PAL_BLACK ; $20
const PAL_GREENBAR ; $21
const PAL_YELLOWBAR ; $22
const PAL_REDBAR ; $23
const PAL_BADGE ; $24
const PAL_CAVE ; $25
const PAL_GAMEFREAK ; $26
const PAL_CELESTE ; $27
const PAL_CITRINECAVE ; $28
DEF NUM_SGB_PALS EQU const_value