mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-22 01:34:19 -05:00
Merge pull request #81 from yenatch/master
Event commands "name" and "trainerclassname" take another argument.
This commit is contained in:
commit
a87f66964c
|
|
@ -2395,8 +2395,8 @@ pksv_crystal_more = {
|
|||
0xA3: ["warpfacing", ["facing", SingleByteParam], ["map_group", MapGroupParam], ["map_id", MapIdParam], ["x", SingleByteParam], ["y", SingleByteParam]],
|
||||
0xA4: ["storetext", ["memory", SingleByteParam]],
|
||||
0xA5: ["displaylocation", ["id", SingleByteParam], ["memory", SingleByteParam]],
|
||||
0xA6: ["trainerclassname", ["id", SingleByteParam]],
|
||||
0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam]],
|
||||
0xA6: ["trainerclassname", ["id", SingleByteParam], ["memory", SingleByteParam]],
|
||||
0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam], ["mempry", SingleByteParam]],
|
||||
0xA8: ["wait", ["duration", DecimalParam]],
|
||||
0xA9: ["unknown0xa9"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user