kep-hack/text/CeladonMartRoof.asm
Llinos Evans 7ed5c0ae95 1/256 Text and other transparency enhancements
- In the event of a 1/256 miss, the game will now state the Pokemon evaded the attack to signify its occurrence. This is part of an effort to make misses, overall, more transparent.
- Battle Debug now loads some items to assist with testing.
- Misleading Guard Spec message in Celadon has been changed to refer to X Special, which it was actually describing.
- Removed "it can spook the target sometimes" text when getting the TM for Rock Slide, because it's a LIE
2023-06-12 14:41:13 +01:00

154 lines
2.2 KiB
NASM

_CeladonMartRoofText_484ee::
text "Give her which"
line "drink?"
done
_CeladonMartRoofText_484f3::
text "Yay!"
para "FRESH WATER!"
para "Thank you!"
para "You can have this"
line "from me!@"
text_end
_CeladonMartRoofText_484f9::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CeladonMartRoofText_484fe::
text_start
para "@"
text_ram wStringBuffer
text " contains"
line "ICE BEAM!"
para "It can freeze the"
line "target sometimes!@"
text_end
_CeladonMartRoofText_48504::
text "Yay!"
para "SODA POP!"
para "Thank you!"
para "You can have this"
line "from me!@"
text_end
_CeladonMartRoofText_4850a::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CeladonMartRoofText_4850f::
text_start
para "@"
text_ram wStringBuffer
text " contains"
line "ROCK SLIDE!@"
; this girl be spittin LIES
;para "It can spook the"
;line "target sometimes!@"
text_end
_CeladonMartRoofText_48515::
text "Yay!"
para "LEMONADE!"
para "Thank you!"
para "You can have this"
line "from me!@"
text_end
_ReceivedTM49Text::
text "<PLAYER> received"
line "TM49!@"
text_end
_CeladonMartRoofText_48520::
text_start
para "TM49 contains"
line "TRI ATTACK!@"
text_end
_CeladonMartRoofText_48526::
text "You don't have"
line "space for this!@"
text_end
_CeladonMartRoofText_4852c::
text "No thank you!"
line "I'm not thirsty"
cont "after all!@"
text_end
_CeladonMartRoofText1::
text "My sister is a"
line "trainer, believe"
cont "it or not."
para "But, she's so"
line "immature, she"
cont "drives me nuts!"
done
_CeladonMartRoofText_48598::
text "I'm thirsty!"
line "I want something"
cont "to drink!"
done
_CeladonMartRoofText4::
text "I'm thirsty!"
line "I want something"
cont "to drink!"
para "Give her a drink?"
done
_CeladonMartRoofText6::
text "ROOFTOP SQUARE:"
line "VENDING MACHINES"
done
_VendingMachineText1::
text "A vending machine!"
line "Here's the menu!"
prompt
_VendingMachineText4::
text "Oops, not enough"
line "money!"
done
_VendingMachineText5::
text_ram wStringBuffer
text_start
line "popped out!"
done
_VendingMachineText6::
text "There's no more"
line "room for stuff!"
done
_VendingMachineText7::
text "Not thirsty!"
done