summaryrefslogtreecommitdiff
path: root/Add-a-new-trainer-class.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-18 12:50:20 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-18 12:50:20 -0400
commit205977761ab5a604eb4d9b5a149388fb71ffbdf2 (patch)
tree69ac4469f51b553bc006ffb90670fc1b921c6f64 /Add-a-new-trainer-class.md
parent9768ee22296951f4b05151d6d96accb199b89ef1 (diff)
Add a new Unown form
Diffstat (limited to 'Add-a-new-trainer-class.md')
-rw-r--r--Add-a-new-trainer-class.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-trainer-class.md b/Add-a-new-trainer-class.md
index da1eabd..4ffefb1 100644
--- a/Add-a-new-trainer-class.md
+++ b/Add-a-new-trainer-class.md
@@ -361,7 +361,7 @@ ROMX $4a
"Pics 3"
```
-It turns out that adding `dba_pic ParasolLadyPic` to the `TrainerPicPointers` table was a little too much data for that bank. To fix this, we'll need to move some data our of bank $4A. "Trainer Pic Pointers" has to be as large as it is, but "Pics 3" is an arbitrary set of sprites, so we can move one of those.
+It turns out that adding `dba_pic ParasolLadyPic` to the `TrainerPicPointers` table was a little too much data for that bank. To fix this, we'll need to move some data out of bank $4A. "Trainer Pic Pointers" has to be as large as it is, but "Pics 3" is an arbitrary set of sprites, so we can move one of those.
Edit [gfx/pics.asm](../blob/master/gfx/pics.asm) again: