summaryrefslogtreecommitdiff
path: root/arm9/asm/CARD_common.s
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-24 07:00:57 -0400
committerGitHub <noreply@github.com>2020-05-24 07:00:57 -0400
commit94af15fab8e80f61326fc0427c5412e60b0d67ea (patch)
tree9542fdb55f9b183b54ec043aa9f8b2c685bbd7d1 /arm9/asm/CARD_common.s
parent0b01c7d1c57c4e21fdb0069b3ac4f9c7276b3cc1 (diff)
parentb4743f04e30937b19aca974bf2222de8fe3eb36e (diff)
Merge pull request #107 from PikalaxALT/pikalax_work
Split rodata and bss
Diffstat (limited to 'arm9/asm/CARD_common.s')
-rw-r--r--arm9/asm/CARD_common.s21
1 files changed, 17 insertions, 4 deletions
diff --git a/arm9/asm/CARD_common.s b/arm9/asm/CARD_common.s
index 257313ca..37c24188 100644
--- a/arm9/asm/CARD_common.s
+++ b/arm9/asm/CARD_common.s
@@ -1,10 +1,23 @@
.include "asm/macros.inc"
.include "global.inc"
- .extern cardi_common
- .extern UNK_021D5560
- .extern UNK_021D555C
- .extern UNK_021D5BE0
+ .section .bss
+
+ .global UNK_021D555C
+UNK_021D555C: ; 0x021D555C
+ .space 0x4
+
+ .global UNK_021D5560
+UNK_021D5560: ; 0x021D5560
+ .space 0x60
+
+ .global cardi_common
+cardi_common: ; 0x021D55C0
+ .space 0x620
+
+ .global UNK_021D5BE0
+UNK_021D5BE0: ; 0x021D5BE0
+ .space 0x20
.text