Gates, Marts, and Pokecenters!

Ruddy Town is now populated, and Gates, Marts, and Pokecenters now populate the areas. Nihon is more mapped out!
This commit is contained in:
Llinos Evans 2024-12-19 21:47:03 +00:00
parent 0287e5cae6
commit 1f1f59874e
29 changed files with 677 additions and 11 deletions

View file

@ -110,6 +110,7 @@
const ENGINE_FLYPOINT_SAVOY
const ENGINE_FLYPOINT_CORAL
const ENGINE_FLYPOINT_RUDDY
const ENGINE_FLYPOINT_BLUE_FOREST
const ENGINE_FLYPOINT_AVENTURINE
const ENGINE_FLYPOINT_UNUSED
; wLuckyNumberShowFlag

View file

@ -671,16 +671,24 @@ ENDM
newgroup SAVOY_CITY ; 37
map_const SAVOY_CITY, 20, 18 ; 1
map_const ROUTE_50_SAVOY_CITY_GATE, 5, 4 ; 2
map_const SAVOY_CITY_POKECENTER_1F, 10, 4 ; 3
endgroup
newgroup CORAL_CITY ; 38
map_const CORAL_CITY, 20, 18 ; 1
map_const ROUTE_51, 25, 9 ; 2
map_const ROUTE_52, 10, 27 ; 3
map_const CORAL_CITY_POKECENTER_1F, 10, 4 ; 2
map_const CORAL_MART, 8, 4 ; 3
map_const ROUTE_51, 25, 9 ; 4
map_const ROUTE_52, 10, 27 ; 5
endgroup
newgroup RUDDY_TOWN ; 39
map_const RUDDY_TOWN, 20, 18 ; 1
map_const RUDDY_TOWN_POKECENTER_1F, 10, 4 ; 2
map_const RUDDY_MART, 8, 4 ; 3
map_const ROUTE_52_RUDDY_TOWN_GATE, 5, 4 ; 4
map_const ROUTE_53_RUDDY_TOWN_GATE, 5, 4 ; 5
map_const ROUTE_54_RUDDY_TOWN_GATE, 5, 4 ; 6
endgroup
newgroup BLUE_FOREST ; 40

View file

@ -118,6 +118,7 @@ DEF NUM_FISHGROUPS EQU const_value - 1
const SPAWN_SAVOY_CITY
const SPAWN_CORAL_CITY
const SPAWN_RUDDY_TOWN
const SPAWN_BLUE_FOREST
const SPAWN_AVENTURINE_CITY
DEF NUM_SPAWNS EQU const_value

View file

@ -44,4 +44,6 @@
const MART_UNDERGROUND
const MART_LAKEOFRAGE
const MART_OLDCITY
const MART_CORALCITY
const MART_RUDDYTOWN
DEF NUM_MARTS EQU const_value