kep-hack/text/CinnabarLab.asm
May Evans bcb67db573 Bill's Garden, add Rowan NPC
Rowan NPC added to Cinnabar Lab, just a little cute thing.

Bill's Garden could see many revisions, what's here is the bare minimum. Here's what's done:
- Nidorino NPC blocks it off and is unlocked in the post-game. This currently contradicts the myth - I have a plan for this soon.
- Wild Pokemon are the "non-reproducibles" given in Stadium; starters and eevee are mandatory given those were common in the myth
- Hisui forms should be added when possible
- I had to remake Martha's map in the forest tileset so leaving would be possible
- Everything is at a point where it functions
2023-03-03 10:41:28 +00:00

37 lines
504 B
NASM

_Lab1Text1::
text "We study #MON"
line "extensively here."
para "People often bring"
line "us rare #MON"
cont "for examination."
done
_Lab1Text2::
text "A photo of the"
line "LAB's founder,"
cont "DR.FUJI!"
done
_Lab1Text3::
text "#MON LAB"
line "Meeting Room"
done
_Lab1Text4::
text "#MON LAB"
line "R-and-D Room"
done
_Lab1Text5::
text "#MON LAB"
line "Testing Room"
done
_Lab1Text6::
text "I came here from"
line "afar to research"
cont "the myths of"
cont "KANTO."
done