mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-13 12:45:13 -05:00
Use Pokémon IDs for the “cry” macro.
original-commit-id: bd1760f3f978f8cd0e5fbd65a7aedad612b4381f
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user