diff options
author | yenatch <yenatch@gmail.com> | 2013-09-30 20:41:16 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-30 22:40:14 -0400 |
commit | 7268b91c23ec6a2c98348022a0d91ab3d881b153 (patch) | |
tree | e9945dfb36aef6a409ec3aeb739ce34332dc7cb4 | |
parent | f4b04ff8e90f49a8ad021b7b7229a9a47a087c06 (diff) |
fix up the last few event scirpt commands
-rw-r--r-- | pokemontools/crystal.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index bf67ee5..06d9139 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -2857,10 +2857,10 @@ pksv_crystal_more = { 0xA2: ["credits"], 0xA3: ["warpfacing", ["facing", SingleByteParam], ["map_group", MapGroupParam], ["map_id", MapIdParam], ["x", SingleByteParam], ["y", SingleByteParam]], 0xA4: ["storetext", ["pointer", PointerLabelBeforeBank], ["memory", SingleByteParam]], - 0xA5: ["displaylocation", ["id", SingleByteParam]], - 0xA6: ["unknown0xa6"], - 0xA7: ["unknown0xa7"], - 0xA8: ["unknown0xa8", ["unknown", SingleByteParam]], + 0xA5: ["displaylocation", ["id", SingleByteParam], ["memory", SingleByteParam]], + 0xA6: ["trainerclassname", ["id", SingleByteParam]], + 0xA7: ["name", ["type", SingleByteParam], ["id", SingleByteParam]], + 0xA8: ["waitframes", ["unknown", SingleByteParam]], 0xA9: ["unknown0xa9"], 0xAA: ["unknown0xaa"], } |