diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-19 13:56:41 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-19 13:56:41 -0400 |
| commit | 5574ec64ca662d76ef0eac8e2c6812c49700fed7 (patch) | |
| tree | 70cf14d08f824ccabb2ce9d32f06360e62aaab83 /maps/ElmsLab.asm | |
| parent | 39faa7a9f66b4189a5101e9cd4e9d6180b10a0c1 (diff) | |
Label some Unknown map text
Diffstat (limited to 'maps/ElmsLab.asm')
| -rw-r--r-- | maps/ElmsLab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 2deaf2016..d2cf87d2f 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -111,7 +111,7 @@ ElmCheckEverstone: writebyte TOGETIC special FindPartyMonThatSpeciesYourTrainerID iftrue ShowElmTogepiScript - writetext UnknownText_0x79a40 + writetext ElmThoughtEggHatchedText waitbutton closetext end @@ -1064,7 +1064,7 @@ ElmWaitingEggHatchText: line "EGG changed any?" done -UnknownText_0x79a40: +ElmThoughtEggHatchedText: text "<PLAY_G>? I thought" line "the EGG hatched." |
