summaryrefslogtreecommitdiff
path: root/arm9/asm/DGT_hash1.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-24 15:09:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-24 15:09:27 -0400
commitf238d23a393c03b10bba9967d7e5cecd936a771c (patch)
tree78841ca11c190f4665b7c29bb846855139710f68 /arm9/asm/DGT_hash1.s
parent58a62f5a8c762fef4ce5cec1c3891a81703c859a (diff)
Distribute rom2_4.s
Diffstat (limited to 'arm9/asm/DGT_hash1.s')
-rw-r--r--arm9/asm/DGT_hash1.s42
1 files changed, 39 insertions, 3 deletions
diff --git a/arm9/asm/DGT_hash1.s b/arm9/asm/DGT_hash1.s
index db674e34..4befbb88 100644
--- a/arm9/asm/DGT_hash1.s
+++ b/arm9/asm/DGT_hash1.s
@@ -1,9 +1,45 @@
.include "asm/macros.inc"
.include "global.inc"
- .extern Unk_02106900
- .extern Unk_0210683C
- .extern Unk_02106840
+ .section .data
+
+ .global Unk_0210683C
+Unk_0210683C: ; 0x0210683C
+ .word 0x80
+
+ .global Unk_02106840
+Unk_02106840: ; 0x02106840
+ .word 1, 6, 11, 0
+ .word 5, 10, 15, 4
+ .word 9, 14, 3, 8
+ .word 13, 2, 7, 12
+ .word 5, 8, 11, 14
+ .word 1, 4, 7, 10
+ .word 13, 0, 3, 6
+ .word 9, 12, 15, 2
+ .word 0, 7, 14, 5
+ .word 12, 3, 10, 1
+ .word 8, 15, 6, 13
+ .word 4, 11, 2, 9
+
+ .global Unk_02106900
+Unk_02106900: ; 0x02106900
+ .word 0xD76AA478, 0xE8C7B756, 0x242070DB, 0xC1BDCEEE
+ .word 0xF57C0FAF, 0x4787C62A, 0xA8304613, 0xFD469501
+ .word 0x698098D8, 0x8B44F7AF, 0xFFFF5BB1, 0x895CD7BE
+ .word 0x6B901122, 0xFD987193, 0xA679438E, 0x49B40821
+ .word 0xF61E2562, 0xC040B340, 0x265E5A51, 0xE9B6C7AA
+ .word 0xD62F105D, 0x02441453, 0xD8A1E681, 0xE7D3FBC8
+ .word 0x21E1CDE6, 0xC33707D6, 0xF4D50D87, 0x455A14ED
+ .word 0xA9E3E905, 0xFCEFA3F8, 0x676F02D9, 0x8D2A4C8A
+ .word 0xFFFA3942, 0x8771F681, 0x6D9D6122, 0xFDE5380C
+ .word 0xA4BEEA44, 0x4BDECFA9, 0xF6BB4B60, 0xBEBFBC70
+ .word 0x289B7EC6, 0xEAA127FA, 0xD4EF3085, 0x04881D05
+ .word 0xD9D4D039, 0xE6DB99E5, 0x1FA27CF8, 0xC4AC5665
+ .word 0xF4292244, 0x432AFF97, 0xAB9423A7, 0xFC93A039
+ .word 0x655B59C3, 0x8F0CCC92, 0xFFEFF47D, 0x85845DD1
+ .word 0x6FA87E4F, 0xFE2CE6E0, 0xA3014314, 0x4E0811A1
+ .word 0xF7537E82, 0xBD3AF235, 0x2AD7D2BB, 0xEB86D391
.text