You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Merge pull request #8 from iimarckus/cry16bit
Use Pokémon IDs for the "cry" macro.
This commit is contained in:
@@ -2850,7 +2850,7 @@ pksv_crystal_more = {
|
|||||||
0x81: ["musicfadeout", ["music", MultiByteParam], ["fadetime", SingleByteParam]],
|
0x81: ["musicfadeout", ["music", MultiByteParam], ["fadetime", SingleByteParam]],
|
||||||
0x82: ["playmapmusic"],
|
0x82: ["playmapmusic"],
|
||||||
0x83: ["reloadmapmusic"],
|
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]],
|
0x85: ["playsound", ["sound_pointer", MultiByteParam]],
|
||||||
0x86: ["waitbutton"],
|
0x86: ["waitbutton"],
|
||||||
0x87: ["warpsound"],
|
0x87: ["warpsound"],
|
||||||
|
Reference in New Issue
Block a user