diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-24 15:09:27 -0400 |
commit | f238d23a393c03b10bba9967d7e5cecd936a771c (patch) | |
tree | 78841ca11c190f4665b7c29bb846855139710f68 /arm9/asm/DGT_hash2.s | |
parent | 58a62f5a8c762fef4ce5cec1c3891a81703c859a (diff) |
Distribute rom2_4.s
Diffstat (limited to 'arm9/asm/DGT_hash2.s')
-rw-r--r-- | arm9/asm/DGT_hash2.s | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arm9/asm/DGT_hash2.s b/arm9/asm/DGT_hash2.s index b47dccab..1c89ebf9 100644 --- a/arm9/asm/DGT_hash2.s +++ b/arm9/asm/DGT_hash2.s @@ -1,8 +1,16 @@ .include "asm/macros.inc" .include "global.inc" - .extern Unk_02106A04 - .extern Unk_02106A00 + .section .data + + .global Unk_02106A00 +Unk_02106A00: ; 0x02106A00 + .word DGTi_hash2_arm4_small + + .global Unk_02106A04 +Unk_02106A04: ; 0x02106A04 + .byte 0x14, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .text |