diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-26 22:54:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-26 22:54:11 -0400 |
commit | a71b28e5b724564fe19f329f5cbb474f8b111acb (patch) | |
tree | 0fbb1d3add4c64eb72e9c6790bf35b884fbcee8a /engine/gfx | |
parent | 3eacab563d0e1ab5557c2443556a7a5e58d14cad (diff) | |
parent | b42ba692c49f09bb51b2fd233a8a97e7eb3208db (diff) |
Merge pull request #557 from Rangi42/master
Miscellaneous changes
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/load_pics.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/load_pics.asm b/engine/gfx/load_pics.asm index 9aeb76105..bf8e69778 100644 --- a/engine/gfx/load_pics.asm +++ b/engine/gfx/load_pics.asm @@ -43,7 +43,7 @@ GetUnownLetter: call Divide ; Increment to get 1-26 - ldh a, [hQuotient + 2] + ldh a, [hQuotient + 3] inc a ld [wUnownLetter], a ret |