mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Remove S_SAVEDPLAYERID as a constant
Expression must have a constant value.
This commit is contained in:
parent
75551f100b
commit
22eb324fef
2
sram.asm
2
sram.asm
|
@ -19,8 +19,6 @@ S_SAVEDCURBOXDATA:: ds wBoxMonNicksEnd - W_NUMINBOX ; b0c0
|
|||
S_SAVEDhTilesetType:: ds 1 ; b522
|
||||
S_SAVEDMAINDATACHECKSUM:: ds 1 ; b523
|
||||
|
||||
S_SAVEDPLAYERID EQU S_SAVEDMAINDATA + (wPlayerID - wPokedexOwned) ; a605
|
||||
|
||||
SECTION "Saved Boxes", SRAM, BANK[2] ; pointers used for bank 3 too
|
||||
|
||||
S_BOXLENGTH EQU wBoxMonNicksEnd - W_NUMINBOX ; $462
|
||||
|
|
Loading…
Reference in a new issue