Savoy, Ruddy, and Coral houses

This commit is contained in:
Llinos Evans 2024-12-30 16:31:54 +00:00
parent 288ca6e58f
commit e27b9c6200
25 changed files with 527 additions and 15 deletions

View file

@ -1448,8 +1448,6 @@
; Unused: next 0 events
; (In pokegold the previous 4 event flags were not defined,
; but in pokecrystal the 'const_next 1900' is redundant.)
const_next 1900
; Kanto people
const EVENT_ROUTE_24_ROCKET
const EVENT_CERULEAN_GYM_ROCKET
@ -1569,7 +1567,8 @@
const EVENT_CRYPT_DOKUROAR_1
const EVENT_CRYPT_DOKUROAR_2
const EVENT_FOUGHT_DOKUROAR
; Unused: next 37 events
const EVENT_SAVOYCITYROCKET_BLOCKED_HOUSE_ITEM
; Unused: next 36 events
const_next 2048
DEF NUM_EVENTS EQU const_value ; 800

View file

@ -672,14 +672,20 @@ ENDM
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
map_const SAVOY_CITY_BIG_HOUSE_1 5, 4 ; 4
map_const SAVOY_CITY_BIG_HOUSE_2 5, 4 ; 4
map_const SAVOY_CITY_ROCKED_BLOCKED_HOUSE 5, 4 ; 4
endgroup
newgroup CORAL_CITY ; 38
map_const CORAL_CITY, 20, 18 ; 1
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
map_const CORAL_CITY_OAK_HOUSE 5, 4 ; 4
map_const CORAL_CITY_FISHING_GURU_HOUSE 5, 4 ; 5
map_const CORAL_CITY_SAILOR_HOUSE 5, 4 ; 6
map_const ROUTE_51, 25, 9 ; 7
map_const ROUTE_52, 10, 27 ; 8
endgroup
newgroup RUDDY_TOWN ; 39