summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-30 20:41:16 -0400
committeryenatch <yenatch@gmail.com>2013-09-30 22:40:14 -0400
commit7268b91c23ec6a2c98348022a0d91ab3d881b153 (patch)
treee9945dfb36aef6a409ec3aeb739ce34332dc7cb4
parentf4b04ff8e90f49a8ad021b7b7229a9a47a087c06 (diff)
fix up the last few event scirpt commands
-rw-r--r--pokemontools/crystal.py8
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"],
}