diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-02-16 12:49:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-16 12:49:18 -0500 |
commit | 5fbd2fb8ba74e10ce5a493b83b911a8e8f888549 (patch) | |
tree | fbe2159a8af1cc4264801b3e6f876da63f18eafe /engine/gfx/load_push_oam.asm | |
parent | d9d688df4e4cdce07991856b13e9cf579de45bd4 (diff) | |
parent | df337fc417b8de58ab0b2bfc4dd8fa488f9fd3b8 (diff) |
Merge pull request #602 from Rangi42/master
Update to rgbds 0.3.8
Diffstat (limited to 'engine/gfx/load_push_oam.asm')
-rw-r--r-- | engine/gfx/load_push_oam.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/load_push_oam.asm b/engine/gfx/load_push_oam.asm index 8fa69d0de..2e43c1ffe 100644 --- a/engine/gfx/load_push_oam.asm +++ b/engine/gfx/load_push_oam.asm @@ -4,7 +4,7 @@ WriteOAMDMACodeToHRAM:: ld hl, .PushOAM .loop ld a, [hli] - ld [$ff00+c], a + ldh [c], a inc c dec b jr nz, .loop |