diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-23 16:10:46 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-23 16:14:50 -0400 |
commit | b50dd57cbb8e163cd269255c8f754e5631760a03 (patch) | |
tree | e0791f6042183aadd9538d2e6b43559feeb931af /docs/design_flaws.md | |
parent | 2d3a94b7c4ba033bdbfa382611a18b71a68349d4 (diff) |
Miscellaneous updates and corrections
Diffstat (limited to 'docs/design_flaws.md')
-rw-r--r-- | docs/design_flaws.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_flaws.md b/docs/design_flaws.md index 945c2ff75..620e5b8af 100644 --- a/docs/design_flaws.md +++ b/docs/design_flaws.md @@ -617,7 +617,7 @@ And edit [engine/pokegear/radio.asm](https://github.com/pret/pokecrystal/blob/ma add hl, bc add hl, bc + add hl, bc -+ b = bank ++ ; b = bank + ld a, BANK(PokedexDataPointerTable) + call GetFarByte + ld b, a |