From bd1760f3f978f8cd0e5fbd65a7aedad612b4381f 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 --- extras/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/crystal.py') 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"], -- cgit v1.2.3