diff options
author | surskitty <surskitty@gmail.com> | 2017-12-25 14:35:42 -0500 |
---|---|---|
committer | surskitty <surskitty@gmail.com> | 2017-12-25 14:35:42 -0500 |
commit | 2ab4998a1f65a664a127deb478b4069fff0ef86d (patch) | |
tree | c2e5e8cee2de3d38c4dc3ade697c129259481730 | |
parent | 1ceacd3cb2e2bc927566c0237be973ebfd7c4696 (diff) |
The pokemon is a nidoran, not a growlithe.
-rw-r--r-- | maps/PewterNidoranSpeechHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/PewterNidoranSpeechHouse.asm b/maps/PewterNidoranSpeechHouse.asm index 410e3c365..34ac90b23 100644 --- a/maps/PewterNidoranSpeechHouse.asm +++ b/maps/PewterNidoranSpeechHouse.asm @@ -1,6 +1,6 @@ const_value set 2 const PEWTERNIDORANSPEECHHOUSE_SUPER_NERD - const PEWTERNIDORANSPEECHHOUSE_GROWLITHE + const PEWTERNIDORANSPEECHHOUSE_NIDORAN_M PewterNidoranSpeechHouse_MapScriptHeader: .SceneScripts: |