You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove unnecessary DMG and SGB checking (#7)
This commit is contained in:
@@ -3399,15 +3399,7 @@ BattleAnimFunction_SkyAttack:
|
||||
srl a
|
||||
ld e, a
|
||||
ld d, 0
|
||||
ldh a, [hSGB]
|
||||
and a
|
||||
jr nz, .sgb
|
||||
ld hl, .GBCPals
|
||||
jr .got_pals
|
||||
|
||||
.sgb
|
||||
ld hl, .SGBPals
|
||||
.got_pals
|
||||
add hl, de
|
||||
ld a, [hl]
|
||||
ld hl, BATTLEANIMSTRUCT_VAR1
|
||||
|
||||
Reference in New Issue
Block a user