mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
(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:
parent
4b9ed6021d
commit
7ef292a431
18 changed files with 289 additions and 83 deletions
|
|
@ -76,7 +76,14 @@ DebugFlyScript:
|
|||
writetext DebugTextC
|
||||
playsound SFX_GET_BADGE
|
||||
promptbutton
|
||||
setflag ENGINE_ZEPHYRBADGE
|
||||
setflag ENGINE_HIVEBADGE
|
||||
setflag ENGINE_PLAINBADGE
|
||||
setflag ENGINE_FOGBADGE
|
||||
setflag ENGINE_STORMBADGE
|
||||
setflag ENGINE_MINERALBADGE
|
||||
setflag ENGINE_GLACIERBADGE
|
||||
setflag ENGINE_RISINGBADGE
|
||||
setflag ENGINE_POKEDEX
|
||||
setflag ENGINE_MAP_CARD
|
||||
setflag ENGINE_POKEGEAR
|
||||
|
|
@ -130,7 +137,7 @@ DebugDexScript:
|
|||
playsound SFX_FANFARE
|
||||
promptbutton
|
||||
callasm CheatFillPokedex
|
||||
givepoke CELEBI, 50
|
||||
givepoke FURRET, 100 ; gets all the hms
|
||||
closetext
|
||||
end
|
||||
|
||||
|
|
@ -495,7 +502,7 @@ DebugRoom_MapEvents:
|
|||
warp_event 19, 34, BLUE_FOREST, 1 ; southern warp
|
||||
warp_event 33, 33, BLUE_FOREST, 1 ; southeast warp
|
||||
warp_event 5, 3, AZALEA_TOWN, 1
|
||||
warp_event 34, 11, PEWTER_MUSEUM_OF_SCIENCE_1F, 1
|
||||
warp_event 34, 11, WINNERS_PATH, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue