You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Battle Anim Object struct constants
This commit is contained in:
@@ -247,11 +247,11 @@ UpdatePals:: ; 37f
|
||||
jp nz, UpdateCGBPals
|
||||
|
||||
; update gb pals
|
||||
ld a, [wcfc7]
|
||||
ld a, [wBGP]
|
||||
ld [rBGP], a
|
||||
ld a, [wcfc8]
|
||||
ld a, [wOBP0]
|
||||
ld [rOBP0], a
|
||||
ld a, [wcfc9]
|
||||
ld a, [wOBP1]
|
||||
ld [rOBP1], a
|
||||
|
||||
and a
|
||||
|
||||
Reference in New Issue
Block a user