kep-hack/text/CinnabarVolcanoFloors.asm
Martha Schilling 4384bc639d Improved Cinnabar Volcano + Mansion B2F!
- Cinnabar Volcano now requires Strength to complete, and contains several trainers, including 3 Firefighters.

- The entrance to Mansion B2F has been changed to a warp pad instead of a staircase.

- Removed the boulders in B2F to fix a bug and to prevent softlocks.

- Minor text fixes.
2023-11-24 11:36:14 +00:00

69 lines
1.2 KiB
NASM

_CinnabarVolcanoFloorsBattleText1::
text "Look out! You'll"
line "get burned!"
done
_CinnabarVolcanoFloorsEndBattleText1::
text "You're"
line "no joke!"
prompt
_CinnabarVolcanoFloorsAfterBattleText1::
text "You'll be fine as"
line "long as you have"
cont "your #MON to"
cont "protect you."
done
_CinnabarVolcanoFloorsBattleText2::
text "Whew! This place"
line "is scorching!"
done
_CinnabarVolcanoFloorsEndBattleText2::
text "Too"
line "hot for me!"
prompt
_CinnabarVolcanoFloorsAfterBattleText2::
text "I'm sweating just"
line "standing here!"
done
_CinnabarVolcanoFloorsBattleText3::
text "My WATER #MON"
line "can keep us cool!"
done
_CinnabarVolcanoFloorsEndBattleText3::
text "Oh"
line "well..."
prompt
_CinnabarVolcanoFloorsAfterBattleText3::
text "BLASTOISE is a"
line "favorite among"
cont "us FIREFIGHTERs!"
done
_CinnabarVolcanoFloorsBattleText4::
text "I'm collecting"
line "volcanic rock"
cont "samples!"
done
_CinnabarVolcanoFloorsEndBattleText4::
text "Ouch!"
line "Hot, hot, hot!"
prompt
_CinnabarVolcanoFloorsAfterBattleText4::
text "I sometimes see"
line "MAGMAR swimming"
cont "in the magma."
para "I wonder if I"
line "could fish one"
cont "up? Hahaha!"
done