Use Pokémon IDs for the “cry” macro.

This commit is contained in:
IIMarckus 2012-05-22 19:57:09 -06:00
parent f053262f29
commit bd1760f3f9
2 changed files with 73 additions and 73 deletions

View File

@ -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"],

144
main.asm

File diff suppressed because it is too large Load Diff