diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-22 09:11:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 09:11:19 -0400 |
commit | 1aea38fd3e660ed7eeb74be1a8ce5ca0ee512d6c (patch) | |
tree | c8131f981d29d8c9a7f1ec2feb86c023300dfe74 /engine/battle/effect_commands.asm | |
parent | d96f914315c6ab82d30facbc4a5be1710f3c4a33 (diff) | |
parent | bb25c1074c9926da7912b18c4cae309104671183 (diff) |
Merge pull request #745 from Rangi42/master
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 336d66e62..94d8d7615 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2520,7 +2520,7 @@ EndMoveEffect: ld l, a ld a, [wBattleScriptBufferAddress + 1] ld h, a - ld a, $ff + ld a, endmove_command ld [hli], a ld [hli], a ld [hl], a |