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/CTRDG_flash_common.s | |
parent | 77ebfad667ae038119b4413b87c99d0497f2d522 (diff) | |
parent | 8cfbe69596f9d3079d0098f30ea58debd5487271 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/asm/CTRDG_flash_common.s')
-rw-r--r-- | arm9/asm/CTRDG_flash_common.s | 69 |
1 files changed, 61 insertions, 8 deletions
diff --git a/arm9/asm/CTRDG_flash_common.s b/arm9/asm/CTRDG_flash_common.s index 8f1c400c..9d245806 100644 --- a/arm9/asm/CTRDG_flash_common.s +++ b/arm9/asm/CTRDG_flash_common.s @@ -1,14 +1,67 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_021D6B14 - .extern UNK_021D6B28 - .extern UNK_021D6B20 - .extern UNK_021D6B0C - .extern UNK_021D6B3C - .extern UNK_021D6B10 - .extern UNK_021D6B38 - .extern UNK_021D6B44 + .section .bss + + .global UNK_021D6B08 +UNK_021D6B08: ; 0x021D6B08 + .space 0x4 + + .global UNK_021D6B0C +UNK_021D6B0C: ; 0x021D6B0C + .space 0x4 + + .global UNK_021D6B10 +UNK_021D6B10: ; 0x021D6B10 + .space 0x4 + + .global UNK_021D6B14 +UNK_021D6B14: ; 0x021D6B14 + .space 0x4 + + .global UNK_021D6B18 +UNK_021D6B18: ; 0x021D6B18 + .space 0x4 + + .global UNK_021D6B1C +UNK_021D6B1C: ; 0x021D6B1C + .space 0x4 + + .global UNK_021D6B20 +UNK_021D6B20: ; 0x021D6B20 + .space 0x4 + + .global UNK_021D6B24 +UNK_021D6B24: ; 0x021D6B24 + .space 0x4 + + .global UNK_021D6B28 +UNK_021D6B28: ; 0x021D6B28 + .space 0x4 + + .global UNK_021D6B2C +UNK_021D6B2C: ; 0x021D6B2C + .space 0x4 + + .global UNK_021D6B30 +UNK_021D6B30: ; 0x021D6B30 + .space 0x4 + + .global UNK_021D6B34 +UNK_021D6B34: ; 0x021D6B34 + .space 0x4 + + .global UNK_021D6B38 +UNK_021D6B38: ; 0x021D6B38 + .space 0x4 + + .global UNK_021D6B3C +UNK_021D6B3C: ; 0x021D6B3C + .space 0x8 + + .global UNK_021D6B44 +UNK_021D6B44: ; 0x021D6B44 + .space 0x8 .text |