mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-05 02:51:49 +13:00
Named wram symbols
This commit is contained in:
parent
4fd7a42b23
commit
32f7cf12de
20 changed files with 132 additions and 136 deletions
|
|
@ -83,7 +83,7 @@ RedrawPartyMenu_: ; 12ce3 (4:6ce3)
|
|||
push hl
|
||||
ld bc,14 ; 14 columns to the right
|
||||
add hl,bc
|
||||
ld de,wcf9c
|
||||
ld de,wLoadedMonStatus
|
||||
call PrintStatusCondition
|
||||
pop hl
|
||||
push hl
|
||||
|
|
@ -134,7 +134,7 @@ RedrawPartyMenu_: ; 12ce3 (4:6ce3)
|
|||
push hl
|
||||
ld hl,EvosMovesPointerTable
|
||||
ld b,0
|
||||
ld a,[wcf98] ; pokemon ID
|
||||
ld a,[wLoadedMonSpecies]
|
||||
dec a
|
||||
add a
|
||||
rl b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue