diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 19:43:45 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-21 19:45:15 -0400 |
commit | b6bb40fcaff37dc7586719bc0862149312e3b042 (patch) | |
tree | 5ea71642d430d43295b72ab121a003cd33236849 /engine/battle/effect_commands.asm | |
parent | 60b0f0039de412bef28d5bbb5311e0d187980194 (diff) |
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 4ecd8d44..ad943ab7 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -2526,7 +2526,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 |