diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-26 15:59:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 16:59:36 -0400 |
| commit | fe8d3c51a4056f0dd61dbef332ad9e714b82089a (patch) | |
| tree | 871eb178792c4355564b858e79e0e61963e0ffef /sram.asm | |
| parent | Refactor pkmncompress.c to use common.h (diff) | |
| download | pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.gz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.xz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.zip | |
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
Diffstat (limited to 'sram.asm')
| -rw-r--r-- | sram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,12 +13,14 @@ SECTION "Save Data", SRAM ds $598 +sGameData:: sPlayerName:: ds NAME_LENGTH sMainData:: ds wMainDataEnd - wMainDataStart sSpriteData:: ds wSpriteDataEnd - wSpriteDataStart sPartyData:: ds wPartyDataEnd - wPartyDataStart sCurBoxData:: ds wBoxDataEnd - wBoxDataStart sTileAnimations:: db +sGameDataEnd:: sMainDataCheckSum:: db |
