mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-13 00:34:48 +13:00
more fixes
This commit is contained in:
parent
830c3c3b1d
commit
2c81593537
|
|
@ -2,7 +2,7 @@ RocketHideoutB1F_Object:
|
||||||
db $2e ; border block
|
db $2e ; border block
|
||||||
|
|
||||||
def_warp_events
|
def_warp_events
|
||||||
warp_event 5, 4, VIRIDIAN_GYM, 4
|
warp_event 5, 4, VIRIDIAN_GYM, 2
|
||||||
warp_event 17, 4, VIRIDIAN_CITY, 6
|
warp_event 17, 4, VIRIDIAN_CITY, 6
|
||||||
|
|
||||||
def_bg_events
|
def_bg_events
|
||||||
|
|
|
||||||
|
|
@ -148,9 +148,9 @@ RocketHideoutB1F_TextPointers:
|
||||||
dw RocketHideout1Text2
|
dw RocketHideout1Text2
|
||||||
dw RocketHideout1Text3
|
dw RocketHideout1Text3
|
||||||
dw RocketHideout1Text4
|
dw RocketHideout1Text4
|
||||||
dw RocketHideout1Text5
|
|
||||||
dw PickUpItemText
|
dw PickUpItemText
|
||||||
dw PickUpItemText
|
dw PickUpItemText
|
||||||
|
dw RocketHideout1Text7
|
||||||
|
|
||||||
RocketHideout1TrainerHeaders:
|
RocketHideout1TrainerHeaders:
|
||||||
def_trainers
|
def_trainers
|
||||||
|
|
@ -182,7 +182,7 @@ RocketHideout1Text4:
|
||||||
text_far _RocketHideout1Text4
|
text_far _RocketHideout1Text4
|
||||||
text_end
|
text_end
|
||||||
|
|
||||||
RocketHideout1Text5:
|
RocketHideout1Text7:
|
||||||
text_asm
|
text_asm
|
||||||
ld hl, RocketHideout1TrainerHeader0
|
ld hl, RocketHideout1TrainerHeader0
|
||||||
call TalkToTrainer
|
call TalkToTrainer
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ _RocketHideout1Text1::
|
||||||
cont "KANTO."
|
cont "KANTO."
|
||||||
|
|
||||||
para "However, with"
|
para "However, with"
|
||||||
cont "enough force,"
|
line "enough force,"
|
||||||
cont "RHYDON can evolve"
|
cont "RHYDON can evolve"
|
||||||
cont "successfully."
|
cont "successfully."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue