You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add meaningful aliases for wd265
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
This commit is contained in:
@@ -121,10 +121,10 @@ Function170c06:
|
||||
push hl
|
||||
ld de, 0
|
||||
xor a
|
||||
ld [wd265], a
|
||||
ld [wTempByteValue], a
|
||||
.asm_170c30
|
||||
ld hl, wPartyMon1HP
|
||||
ld a, [wd265]
|
||||
ld a, [wTempByteValue]
|
||||
call GetPartyLocation
|
||||
ld a, [hli]
|
||||
ld b, a
|
||||
@@ -143,9 +143,9 @@ Function170c06:
|
||||
push hl
|
||||
pop de
|
||||
jr c, .asm_170c58
|
||||
ld a, [wd265]
|
||||
ld a, [wTempByteValue]
|
||||
inc a
|
||||
ld [wd265], a
|
||||
ld [wTempByteValue], a
|
||||
cp $3
|
||||
jr c, .asm_170c30
|
||||
jr .asm_170c5b
|
||||
|
||||
Reference in New Issue
Block a user