mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
lots of bug fixes
added a log for them in the readme
This commit is contained in:
parent
7c6bbb630f
commit
648289d4a9
12 changed files with 61 additions and 19 deletions
|
|
@ -1339,8 +1339,7 @@ AdjustOAMBlockYPos2:
|
|||
add b
|
||||
cp 112
|
||||
jr c, .skipSettingPreviousEntrysAttribute
|
||||
dec hl
|
||||
ld a, 160 ; bug, sets previous OAM entry's attribute
|
||||
ld a, 160 ; fixes the smoke puff bug - PvK
|
||||
ld [hli], a
|
||||
.skipSettingPreviousEntrysAttribute
|
||||
ld [hl], a
|
||||
|
|
|
|||
|
|
@ -2375,6 +2375,8 @@ PartyMenuOrRockOrRun:
|
|||
predef StatusScreen
|
||||
predef StatusScreen2
|
||||
; now we need to reload the enemy mon pic
|
||||
ld a, 1
|
||||
ldh [hWhoseTurn], a
|
||||
ld a, [wEnemyBattleStatus2]
|
||||
bit HAS_SUBSTITUTE_UP, a ; does the enemy mon have a substitute?
|
||||
ld hl, AnimationSubstitute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue