mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
naming
This commit is contained in:
parent
e607199397
commit
1d86932cc9
29 changed files with 225 additions and 174 deletions
|
|
@ -6296,7 +6296,7 @@ LoadEnemyMonData: ; 3eb01 (f:6b01)
|
|||
predef WriteMonMoves ; get moves based on current level
|
||||
.loadMovePPs
|
||||
ld hl, wEnemyMonMoves
|
||||
ld de, wEnemyMonSpecial + 1
|
||||
ld de, wEnemyMonPP - 1
|
||||
predef LoadMovePPs
|
||||
ld hl, W_MONHBASESTATS
|
||||
ld de, wEnemyMonBaseStats
|
||||
|
|
@ -6957,7 +6957,7 @@ InitBattle_Common: ; 3efeb (f:6feb)
|
|||
ld [wLetterPrintingDelayFlags], a
|
||||
pop af
|
||||
ld [wMapPalOffset], a
|
||||
ld a, [wd0d4]
|
||||
ld a, [wSavedTilesetType]
|
||||
ld [hTilesetType], a
|
||||
scf
|
||||
ret
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
InitBattleVariables: ; 525af (14:65af)
|
||||
ld a, [hTilesetType]
|
||||
ld [wd0d4], a
|
||||
ld [wSavedTilesetType], a
|
||||
xor a
|
||||
ld [wActionResultOrTookBattleTurn], a
|
||||
ld [wBattleResult], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue