diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-18 12:59:55 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-18 12:59:55 -0400 |
| commit | 8a0fae785754de4db7c72a32e5050ca12e99ed27 (patch) | |
| tree | 93c31d2ad265da5b232c1af3bf9d3d54d9f9a827 /Add-a-new-Unown-form.md | |
| parent | 205977761ab5a604eb4d9b5a149388fb71ffbdf2 (diff) | |
Fix typos
Diffstat (limited to 'Add-a-new-Unown-form.md')
| -rw-r--r-- | Add-a-new-Unown-form.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Add-a-new-Unown-form.md b/Add-a-new-Unown-form.md index 49594d0..7c04863 100644 --- a/Add-a-new-Unown-form.md +++ b/Add-a-new-Unown-form.md @@ -330,7 +330,7 @@ Edit [wram.asm](../blob/master/wram.asm): wFirstUnownSeen:: db ``` -Since `wUnownDex` has grown by 2 bytes, we need to remove 2 bytes elsewhere, since their WRAM bank is very close to being full. Luckily there are 22 unused bytes nearby. +This WRAM bank is very close to being full. Since `wUnownDex` has grown by 2 bytes, we need to remove 2 bytes elsewhere. Luckily there are 22 unused bytes nearby. ## 6. Create a Unown font character for the new form @@ -381,7 +381,7 @@ Edit [engine/pokedex/pokedex.asm](../blob/master/engine/pokedex/pokedex.asm): Pokedex_UnownModePlaceCursor: ld a, [wDexCurrentUnownIndex] - ld c, $5a ; diamond cursor -- ld c, $5c ; diamond cursor ++ ld c, $5c ; diamond cursor ... |
