mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 23:22:26 +13:00
Added Underwater Tunnel!
This is a cave that connects Bill's Lighthouse and Route 10, only accessible after Surf is obtained. Contains a static Dragonite as a reference to the anime!
This commit is contained in:
parent
c7510aea57
commit
8ab3e1f2be
24 changed files with 111 additions and 11 deletions
|
|
@ -240,8 +240,8 @@ DEF SHOW EQU $15
|
|||
const HS_CROCKY ; E4
|
||||
const HS_MEW ; E5
|
||||
const HS_MOLTRES ; E6
|
||||
; const HS_OMEGA ; E7 X
|
||||
const HS_OLD_SEA_CHART ; E8
|
||||
; const HS_OMEGA ; E7 X
|
||||
const HS_OLD_SEA_CHART ; E8
|
||||
const HS_POKEMON_MANSION_B2F_ITEM_1 ; E9
|
||||
const HS_POKEMON_MANSION_B2F_ITEM_2 ; EA
|
||||
const HS_ROUTE_1_OAK ; EB
|
||||
|
|
@ -250,4 +250,5 @@ DEF SHOW EQU $15
|
|||
const HS_BILLS_NIDORINO ; EE
|
||||
const HS_YUJIROU ; EF
|
||||
const HS_YUJIROU_REMATCH ; uhhh F0?
|
||||
const HS_DRAGONITE ; F1
|
||||
DEF NUM_HS_OBJECTS EQU const_value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue