mirror of
https://github.com/pret/pokered.git
synced 2026-09-26 19:17:14 -05:00
Specify the ldh instruction, don't turn ld into ldh
This commit is contained in:
@@ -41,5 +41,5 @@ TestBattle:
|
||||
; do it all again.
|
||||
ld a, 1
|
||||
ld [wUpdateSpritesEnabled], a
|
||||
ld [hAutoBGTransferEnabled], a
|
||||
ldh [hAutoBGTransferEnabled], a
|
||||
jr .loop
|
||||
|
||||
Reference in New Issue
Block a user