mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +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
|
|
@ -591,10 +591,12 @@
|
|||
const_skip 7
|
||||
const EVENT_BEAT_MOLTRES
|
||||
const_skip 7
|
||||
const EVENT_BEAT_OMEGA
|
||||
const EVENT_BEAT_OMEGA
|
||||
const_skip 7
|
||||
const EVENT_BEAT_DRAGONITE
|
||||
|
||||
; Celadon University, Salesman
|
||||
const_next $640
|
||||
const_next $650
|
||||
const_skip
|
||||
const_skip
|
||||
const EVENT_BEAT_CELADON_UNIVERSITY_OUTSIDE_TRAINER_0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ DEF FIRST_INDOOR_MAP EQU const_value
|
|||
mapconst SILPH_CO_11F, 9, 9 ; $EC
|
||||
mapconst SILPH_CO_ELEVATOR, 2, 2 ; $ED
|
||||
mapconst UNUSED_MAP_ED, 0, 0 ; $EE - Unused
|
||||
mapconst UNUSED_MAP_EE, 0, 0 ; $EF - Unused
|
||||
mapconst UNDERWATER_TUNNEL, 9, 15 ; $EF - Was UNUSED_MAP_EE
|
||||
mapconst TRADE_CENTER, 4, 5 ; $E0
|
||||
mapconst COLOSSEUM, 4, 5 ; $F2
|
||||
mapconst CELADON_UNIVERSITY_INSIDE, 10, 11 ; $F3 - Was UNUSED_MAP_F1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue