mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-03 18:11:42 +13:00
Replace deprecated mnemonics by the correct ones
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
parent
dfc094db72
commit
9ea25bc8cd
17 changed files with 30 additions and 30 deletions
|
|
@ -16,7 +16,7 @@ AnimateBoulderDust:
|
|||
ld bc, .returnAddress
|
||||
push bc
|
||||
ld c, 4
|
||||
jp [hl]
|
||||
jp hl
|
||||
.returnAddress
|
||||
ld a, [rOBP1]
|
||||
xor %01100100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue