You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
new and updated music macros
This commit is contained in:
@@ -5281,7 +5281,7 @@ BattleMenu_Pack: ; 3e1c7
|
||||
; 3e234
|
||||
|
||||
.UseItem: ; 3e234
|
||||
ld a, [wc64e]
|
||||
ld a, [wWildMon]
|
||||
and a
|
||||
jr nz, .run
|
||||
callab CheckItemPocket
|
||||
@@ -5315,7 +5315,7 @@ BattleMenu_Pack: ; 3e1c7
|
||||
|
||||
.run
|
||||
xor a
|
||||
ld [wc64e], a
|
||||
ld [wWildMon], a
|
||||
ld a, [wBattleResult]
|
||||
and $c0
|
||||
ld [wBattleResult], a
|
||||
|
||||
Reference in New Issue
Block a user