summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],
}