diff options
author | red031000 <rubenru09@aol.com> | 2020-06-17 22:05:11 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-17 22:05:11 +0100 |
commit | 343a31f8e5eeecf8f5cd2fa9ac55a961c0c19f7f (patch) | |
tree | 9eb16b346252cd590fbca6a61956817a4586d53f /arm7/asm/wram_bss.s | |
parent | b4d34b46564d50e1ee4eafc7814cc00e9913552b (diff) |
finish splitting CTRDG, distribute all the data
Diffstat (limited to 'arm7/asm/wram_bss.s')
-rw-r--r-- | arm7/asm/wram_bss.s | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/arm7/asm/wram_bss.s b/arm7/asm/wram_bss.s index 5d53542a..b8123702 100644 --- a/arm7/asm/wram_bss.s +++ b/arm7/asm/wram_bss.s @@ -2,38 +2,6 @@ .include "global.inc" .section .bss - .global _03809FBC -_03809FBC: ;0x03809FBC - .space 0x03809FC0 - 0x03809FBC - - .global current_vib -current_vib: ;0x03809FC0 - .space 0x03809FC4 - 0x03809FC0 - - .global _03809FC4 -_03809FC4: ;0x03809FC4 - .space 0x03809FC8 - 0x03809FC4 - - .global _03809FC8 -_03809FC8: ;0x03809FC8 - .space 0x03809FCC - 0x03809FC8 - - .global _03809FCC -_03809FCC: ;0x03809FCC - .space 0x03809FD0 - 0x03809FCC - - .global _03809FD0 -_03809FD0: ;0x03809FD0 - .space 0x03809FD4 - 0x03809FD0 - - .global _03809FD4 -_03809FD4: ;0x03809FD4 - .space 0x03809FEC - 0x03809FD4 - - .global _03809FEC -_03809FEC: ;0x03809FEC - .space 0x0380A018 - 0x03809FEC - .global _0380A018 _0380A018: ;0x0380A018 .space 0x0380A038 - 0x0380A018 |