diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-05-22 19:57:09 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-05-22 19:57:09 -0600 |
commit | 54003acc82b64c65a3b51b582c819bb4c22aeea1 (patch) | |
tree | 14932f7b4a7dc4c998da4e576b7e2ea21efadea0 | |
parent | b9e91a809b0306f20ece5066021f27caecc30af9 (diff) |
Use Pokémon IDs for the “cry” macro.
original-commit-id: bd1760f3f978f8cd0e5fbd65a7aedad612b4381f
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], |