(very rough) Winner's Path

This implements Winner's Path into the game, complete with trainers and wild Pokemon. There's still a lot to do, though.

The Debug Lady that gave Celebi now gives Furret because it gets all the important HMs, which we need to...test things. Naturally, you have all the badges now too!
This commit is contained in:
Llinos Evans 2024-07-17 23:12:24 +01:00
parent 4b9ed6021d
commit 7ef292a431
18 changed files with 289 additions and 83 deletions

View file

@ -126,6 +126,7 @@ DEF KANTO_LANDMARK EQU const_value
const LANDMARK_SIX_ISLAND
const LANDMARK_SEVEN_ISLAND
DEF NIHON_LANDMARK EQU const_value
const LANDMARK_WINNERS_PATH
const LANDMARK_SILENT_HILLS
const LANDMARK_DEBUG_ROOM
const LANDMARK_ROUTE_49

View file

@ -616,18 +616,19 @@ ENDM
endgroup
newgroup SILENT_HILLS ; 35
map_const SILENT_HILLS, 10, 10 ; 1
map_const DEBUG_ROOM, 20, 20 ; 2
map_const ROUTE_49, 15, 9 ; 3
map_const QUIET_CAVE, 27, 18 ; 4
map_const ROUTE_49_2, 10, 19 ; 5
map_const SILENT_HILLS_POKECENTER_1F, 10, 4 ; 6
map_const SILVERS_HOUSE, 5, 5 ; 7
map_const CALS_HOUSE_1F, 5, 4 ; 8
map_const CALS_HOUSE_2F, 5, 4 ; 9
map_const SINJOH_RUINS_EXTERIOR, 10, 10 ; 10
map_const SINJOH_RUINS_INTERIOR, 10, 10 ; 10
map_const ROUTE_49_OLD_CITY_GATE, 5, 4 ; 11
map_const WINNERS_PATH, 10, 26 ; 1
map_const SILENT_HILLS, 10, 10 ; 2
map_const DEBUG_ROOM, 20, 20 ; 3
map_const ROUTE_49, 15, 9 ; 4
map_const QUIET_CAVE, 27, 18 ; 5
map_const ROUTE_49_2, 10, 19 ; 6
map_const SILENT_HILLS_POKECENTER_1F, 10, 4 ; 7
map_const SILVERS_HOUSE, 5, 5 ; 8
map_const CALS_HOUSE_1F, 5, 4 ; 9
map_const CALS_HOUSE_2F, 5, 4 ; 10
map_const SINJOH_RUINS_EXTERIOR, 10, 10 ; 11
map_const SINJOH_RUINS_INTERIOR, 10, 10 ; 12
map_const ROUTE_49_OLD_CITY_GATE, 5, 4 ; 13
endgroup
newgroup BLUE_FOREST ; 36