Citrine Rocket House

This map is pretty much finished, save for the map sprites for Jessie, James, and the unused Cat (aka Meowth) being imported, as well as an & symbol. This adds everything else - the marts, the Rocket Trio fight, the meeting music, the tileset, the trainer class for Jessie/James, I could go on. A ton of work well-done.
This commit is contained in:
Llinos Evans 2023-04-22 20:49:19 +01:00
parent 437602bf21
commit 78d3ed63f2
37 changed files with 287 additions and 28 deletions

View file

@ -98,7 +98,7 @@ DEF FIRST_INDOOR_MAP EQU const_value
map_const CELESTE_HILL, 12, 12 ; $4C - Was copy of above & unused
map_const ROUTE_7_GATE, 3, 4 ; $4D
map_const UNDERGROUND_PATH_ROUTE_7, 4, 4 ; $4E
map_const UNDERGROUND_PATH_ROUTE_7_COPY, 4, 4 ; $4F - Unused
map_const CITRINE_ROCKET_HOUSE, 5, 5 ; $4F - Unused, was UNDERGROUND_PATH_ROUTE_7_COPY
map_const ROUTE_8_GATE, 3, 4 ; $50
map_const UNDERGROUND_PATH_ROUTE_8, 4, 4 ; $51
map_const ROCK_TUNNEL_POKECENTER, 7, 4 ; $52

View file

@ -57,6 +57,7 @@
const MUSIC_MEET_MALE_TRAINER
const MUSIC_DIGDA01
const MUSIC_FIELD06
const MUSIC_MEET_JESSIE_JAMES
const NUM_SONGS

View file

@ -28,4 +28,5 @@
const PREGYM ; 24
const CITRINE ; 25
const CELESTE ; 26
const ROCKETHOUSE
DEF NUM_TILESETS EQU const_value

View file

@ -66,4 +66,5 @@ ENDM
trainer_const FIREFIGHTER
trainer_const JUNIOR
trainer_const JACK
trainer_const JESSIE_JAMES
DEF NUM_TRAINERS EQU const_value - 1