From 54003acc82b64c65a3b51b582c819bb4c22aeea1 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 22 May 2012 19:57:09 -0600 Subject: =?UTF-8?q?Use=20Pok=C3=A9mon=20IDs=20for=20the=20=E2=80=9Ccry?= =?UTF-8?q?=E2=80=9D=20macro.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit original-commit-id: bd1760f3f978f8cd0e5fbd65a7aedad612b4381f --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.py b/crystal.py index 3c003cd..b7b29e7 100644 --- a/crystal.py +++ b/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"], -- cgit v1.2.3