diff options
author | red031000 <rubenru09@aol.com> | 2020-05-24 15:14:47 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-24 15:14:47 +0100 |
commit | c29ab952787c437b15a70a88dbb07f309a877574 (patch) | |
tree | e49187e81c3ad40578eea0cc54ceb1ec8a6d81ff /arm9/asm/CARD_common.s | |
parent | 77ebfad667ae038119b4413b87c99d0497f2d522 (diff) | |
parent | 8cfbe69596f9d3079d0098f30ea58debd5487271 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/asm/CARD_common.s')
-rw-r--r-- | arm9/asm/CARD_common.s | 21 |
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 |