diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-04-23 16:35:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 16:35:47 -0400 |
| commit | 38cdad798dbae4a2820f4d4e61bc5b782e70ef47 (patch) | |
| tree | de7e01b62c621497846e4778291fe4f81151376e /docs | |
| parent | 2d3a94b7c4ba033bdbfa382611a18b71a68349d4 (diff) | |
| parent | 8a3c44fad3a1d3c4f6b65f34d4e17d9359969177 (diff) | |
Merge pull request #714 from Rangi42/master
Miscellaneous updates and corrections
Diffstat (limited to 'docs')
| -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 |
