diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-04-26 15:59:50 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-04-26 15:59:50 -0400 |
commit | 22eb324fefdff68723a12c3765cfabf6b1ab7c00 (patch) | |
tree | eea5e8d4a107e59b99e19f4be3cbe8207c10243c | |
parent | 75551f100b7befe991faf139e0e99f9168506851 (diff) |
Remove S_SAVEDPLAYERID as a constant
Expression must have a constant value.
-rw-r--r-- | sram.asm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |