diff options
author | Logan <log.butt@gmail.com> | 2016-05-30 00:47:55 +1200 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2016-07-19 05:16:14 +1200 |
commit | a27aad0f2c98e3e1d5faf7468f9d3858c16c2d3a (patch) | |
tree | 23b5f771c0fade06c665453376bc965130e9ce55 /engine/hidden_object_functions7.asm | |
parent | 25c27785aa83a12330ea58e1e35b2fec90dd84f4 (diff) |
Initial decompilation of FR Red
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-x | engine/hidden_object_functions7.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm index c5ae3f10..c0b78119 100755 --- a/engine/hidden_object_functions7.asm +++ b/engine/hidden_object_functions7.asm @@ -445,11 +445,11 @@ BillsHousePokemonListText1: db "@" BillsMonListText: - db "EEVEE" - next "FLAREON" - next "JOLTEON" - next "VAPOREON" - next "CANCEL@" + db "EVOLI" + next "PYROLI" + next "VOLTALI" + next "AQUALI" + next "RETOUR@" BillsHousePokemonListText2: TX_FAR _BillsHousePokemonListText2 |