mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

Still need to find out what I want to do with Body Slam, Swords Dance, and Thunder Wave. Slam/SD are on the Sevii Islands, and TWave is on an existing NPC who usually gives Self-Destruct. Could possibly refactor the item receiving text.
53 lines
749 B
NASM
53 lines
749 B
NASM
_Museum2FText1::
|
|
text "MOON STONE?"
|
|
|
|
para "What's so special"
|
|
line "about it?"
|
|
done
|
|
|
|
_Museum2FText2::
|
|
text "July 20, 1969!"
|
|
|
|
para "The 1st lunar"
|
|
line "landing!"
|
|
|
|
para "I bought a color"
|
|
line "TV to watch it!"
|
|
done
|
|
|
|
_Museum2FText3::
|
|
text "We have a space"
|
|
line "exhibit now."
|
|
done
|
|
|
|
_Museum2FText4::
|
|
text "I want a PIKACHU!"
|
|
line "It's so cute!"
|
|
|
|
para "I asked my Daddy"
|
|
line "to catch me one!"
|
|
done
|
|
|
|
_Museum2FText5::
|
|
text "Yeah, a PIKACHU"
|
|
line "soon, I promise!"
|
|
done
|
|
|
|
_Museum2FText6::
|
|
text "SPACE SHUTTLE"
|
|
line "COLUMBIA"
|
|
done
|
|
|
|
_Museum2FText7::
|
|
text "Meteorite that"
|
|
line "fell on MT.MOON."
|
|
cont "(MOON STONE?)"
|
|
done
|
|
|
|
_ReceivedTM19Text::
|
|
text "<PLAYER> received"
|
|
line "@"
|
|
text_ram wStringBuffer
|
|
text "!@"
|
|
text_end
|