summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-22 19:49:33 -0700
committerBryan Bishop <kanzure@gmail.com>2012-05-22 19:49:33 -0700
commit262d420a1f80bea6d9ac48c239a95421241f6faf (patch)
tree9a14c7c980a3728ea392d5fed1e5f97b25bc7f17 /extras/crystal.py
parentf053262f299956f9f9240d8adbe855f858449505 (diff)
parentbd1760f3f978f8cd0e5fbd65a7aedad612b4381f (diff)
Merge pull request #8 from iimarckus/cry16bit
Use Pokémon IDs for the "cry" macro.
Diffstat (limited to 'extras/crystal.py')
-rw-r--r--extras/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index 3c003cd2d..b7b29e721 100644
--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2850,7 +2850,7 @@ pksv_crystal_more = {
0x81: ["musicfadeout", ["music", MultiByteParam], ["fadetime", SingleByteParam]],
0x82: ["playmapmusic"],
0x83: ["reloadmapmusic"],
- 0x84: ["cry", ["cry_id", SingleByteParam], ["wtf", SingleByteParam]], #XXX maybe it should use PokemonParam
+ 0x84: ["cry", ["cry_id", MultiByteParam]], #XXX maybe it should use PokemonParam
0x85: ["playsound", ["sound_pointer", MultiByteParam]],
0x86: ["waitbutton"],
0x87: ["warpsound"],