diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-31 15:26:57 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-31 15:26:57 -0500 |
commit | 78bd2b0849f357f0d2fbbb8e1e69e50d630dd9b0 (patch) | |
tree | c51ded4d73eed841f9e9cf330d72213c704fa940 /data | |
parent | ef3df1d40c9dd66df2b54ddac52ee3091be3707a (diff) |
move save rodata to source and use saveblock chunk macros
Diffstat (limited to 'data')
-rw-r--r-- | data/save.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/save.s b/data/save.s deleted file mode 100644 index 23a8d3928..000000000 --- a/data/save.s +++ /dev/null @@ -1,20 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - -gSaveSectionOffsets:: @ 85CDC00 - .2byte 0, 0xF2C - .2byte 0, 0xF80 - .2byte 0xF80, 0xF80 - .2byte 0x1F00, 0xF80 - .2byte 0x2E80, 0xF08 - .2byte 0, 0xF80 - .2byte 0xF80, 0xF80 - .2byte 0x1F00, 0xF80 - .2byte 0x2E80, 0xF80 - .2byte 0x3E00, 0xF80 - .2byte 0x4D80, 0xF80 - .2byte 0x5D00, 0xF80 - .2byte 0x6C80, 0xF80 - .2byte 0x7C00, 0x7D0 |