mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Silph Co 1f text was actually somewhere else
This commit is contained in:
parent
9da43a2311
commit
bf743815fa
9
main.asm
9
main.asm
|
@ -115792,7 +115792,6 @@ INCLUDE "text/maps/rocket_hideout_b2f.asm"
|
|||
INCLUDE "text/maps/rocket_hideout_b3f.asm"
|
||||
INCLUDE "text/maps/rocket_hideout_b4f.asm"
|
||||
INCLUDE "text/maps/rocket_hideout_elevator.asm"
|
||||
INCLUDE "text/maps/silph_co_1f.asm"
|
||||
INCLUDE "text/maps/silph_co_2f.asm"
|
||||
INCLUDE "text/maps/silph_co_3f.asm"
|
||||
INCLUDE "text/maps/silph_co_4f.asm"
|
||||
|
@ -125958,13 +125957,7 @@ _SaffronMartText3: ; a242a (28:642a)
|
|||
cont "fainted #MON!"
|
||||
done
|
||||
|
||||
_SilphCo1Text1: ; a245a (28:645a)
|
||||
text "Welcome!"
|
||||
|
||||
para "The PRESIDENT is"
|
||||
line "in the boardroom"
|
||||
cont "on 11F!"
|
||||
done
|
||||
INCLUDE "text/maps/silph_co_1f.asm"
|
||||
|
||||
_SaffronPokecenterText1: ; a248e (28:648e)
|
||||
text "#MON growth"
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
_SilphCo1Text1: ; a245a (28:645a)
|
||||
text "Welcome!"
|
||||
|
||||
para "The PRESIDENT is"
|
||||
line "in the boardroom"
|
||||
cont "on 11F!"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue