Replace $0 with 0 for "ld l, a / ld h, 0" idiom
This commit is contained in:
@@ -679,7 +679,7 @@ BattleAnimCmd_5GFX:
|
||||
push bc
|
||||
push hl
|
||||
ld l, a
|
||||
ld h, $0
|
||||
ld h, 0
|
||||
rept 4
|
||||
add hl, hl
|
||||
endr
|
||||
|
Reference in New Issue
Block a user