summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 11:03:50 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-22 11:03:50 -0400
commit380885d9f3e5fcb9c4c4d7e35444df5e17ea6200 (patch)
tree74960c1d705dd821fe994061f4e1295b8a267a6c
parent37ff8cd82ccf72fd91d00000186cb60abb7a5810 (diff)
update
-rw-r--r--Discovering-GameShark-cheat-codes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Discovering-GameShark-cheat-codes.md b/Discovering-GameShark-cheat-codes.md
index 56e2480..963c67c 100644
--- a/Discovering-GameShark-cheat-codes.md
+++ b/Discovering-GameShark-cheat-codes.md
@@ -21,7 +21,7 @@ Skill 3 Modifier 01??E3DC
Skill 4 Modifier 01??E4DC
```
-But this is all we have in [pokecrystal.sym](https://raw.githubusercontent.com/pret/pokecrystal/symbols/pokecrystal.sym):
+But only one of those four addresses has a label in [pokecrystal.sym](https://raw.githubusercontent.com/pret/pokecrystal/symbols/pokecrystal.sym):
```
01:dce1 wPartyMon1Moves
@@ -54,4 +54,4 @@ box_struct: MACRO
ENDM
```
-That `ds NUM_MOVES` means that the label `wPartyMon1Moves` covers four bytes, not one (since `NUM_MOVES EQU 4` in [constants/battle_constants.asm](../blob/master/constants/battle_constants.asm)). Cheat codes can address any of the four move bytes, but only one label exists.
+That `ds NUM_MOVES` means that the label `wPartyMon1Moves` covers four bytes, not one (since `NUM_MOVES EQU 4` in [constants/battle_constants.asm](../blob/master/constants/battle_constants.asm)). Cheat codes can affect any of the four move bytes, but only one label exists.