mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Debug Battle doesn't replace attacks with Pound
I've commented out the code relating to this, which allows for us to test move animations better. It also frees up a WRAM slot.
This commit is contained in:
parent
46ffe095e6
commit
7931dad49d
4 changed files with 6 additions and 5 deletions
|
|
@ -6136,8 +6136,8 @@ GetCurrentMove:
|
|||
.player
|
||||
ld de, wPlayerMoveNum
|
||||
ld a, [wFlags_D733]
|
||||
bit BIT_TEST_BATTLE, a
|
||||
ld a, [wTestBattlePlayerSelectedMove]
|
||||
;bit BIT_TEST_BATTLE, a
|
||||
;ld a, [wTestBattlePlayerSelectedMove]
|
||||
jr nz, .selected
|
||||
ld a, [wPlayerSelectedMove]
|
||||
.selected
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ InitBattleVariables:
|
|||
ld [hli], a
|
||||
dec b
|
||||
jr nz, .loop
|
||||
inc a ; POUND
|
||||
ld [wTestBattlePlayerSelectedMove], a
|
||||
;inc a ; POUND
|
||||
;ld [wTestBattlePlayerSelectedMove], a
|
||||
ld a, [wCurMap]
|
||||
cp SAFARI_ZONE_EAST
|
||||
jr c, .notSafariBattle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue