diff options
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 |