mirror of
https://github.com/pret/pokered.git
synced 2026-05-23 11:46:14 -05:00
Merge 9336250a0d into 3c814341c8
This commit is contained in:
commit
d55d8811bd
32
ram/hram.asm
32
ram/hram.asm
|
|
@ -98,22 +98,22 @@ hSpritePriority:: db
|
|||
UNION
|
||||
; Multiplication and division variables are meant
|
||||
; to overlap for back-to-back usage. Big endian.
|
||||
UNION
|
||||
ds 1
|
||||
hMultiplicand:: ds 3
|
||||
hMultiplier:: db
|
||||
ds 1
|
||||
hMultiplyBuffer:: ds 4
|
||||
NEXTU
|
||||
hProduct:: ds 4
|
||||
NEXTU
|
||||
hDividend:: ds 4
|
||||
hDivisor:: db
|
||||
hDivideBuffer:: ds 5
|
||||
NEXTU
|
||||
hQuotient:: ds 4
|
||||
hRemainder:: db
|
||||
ENDU
|
||||
UNION
|
||||
ds 1
|
||||
hMultiplicand:: ds 3
|
||||
hMultiplier:: db
|
||||
ds 1
|
||||
hMultiplyBuffer:: ds 4
|
||||
NEXTU
|
||||
hProduct:: ds 4
|
||||
NEXTU
|
||||
hDividend:: ds 4
|
||||
hDivisor:: db
|
||||
hDivideBuffer:: ds 5
|
||||
NEXTU
|
||||
hQuotient:: ds 4
|
||||
hRemainder:: db
|
||||
ENDU
|
||||
|
||||
NEXTU
|
||||
; PrintNumber (big endian).
|
||||
|
|
|
|||
14
ram/wram.asm
14
ram/wram.asm
|
|
@ -508,13 +508,13 @@ wPlayerMonMinimized:: db
|
|||
|
||||
ds 13
|
||||
|
||||
UNION
|
||||
; the amount of damage accumulated by the enemy while biding
|
||||
wEnemyBideAccumulatedDamage:: dw
|
||||
NEXTU
|
||||
; number of hits by enemy in attacks like Double Slap, etc.
|
||||
wEnemyNumHits:: db
|
||||
ENDU
|
||||
UNION
|
||||
; the amount of damage accumulated by the enemy while biding
|
||||
wEnemyBideAccumulatedDamage:: dw
|
||||
NEXTU
|
||||
; number of hits by enemy in attacks like Double Slap, etc.
|
||||
wEnemyNumHits:: db
|
||||
ENDU
|
||||
|
||||
ds 8
|
||||
wMiscBattleDataEnd::
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user