summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:13:47 -0500
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2022-02-13 23:15:33 -0500
commit2a2a0805b481b8425b4d1047d868fb1159993e6c (patch)
treeaacd438bd14b32c816c54a564785fd9716e70fae /asm
parent3bbb6035e746cdb83b128b1d6153436756cb3be0 (diff)
Decomped HasType()
Diffstat (limited to 'asm')
-rw-r--r--asm/code_8071858.s37
1 files changed, 0 insertions, 37 deletions
diff --git a/asm/code_8071858.s b/asm/code_8071858.s
deleted file mode 100644
index 9fc337a..0000000
--- a/asm/code_8071858.s
+++ /dev/null
@@ -1,37 +0,0 @@
- #include "asm/constants/gba_constants.inc"
- #include "asm/macros.inc"
-
- .syntax unified
-
- .text
-
- thumb_func_start HasType
-HasType:
- push {lr}
- lsls r1, 24
- lsrs r1, 24
- adds r3, r1, 0
- ldr r0, [r0, 0x70]
- adds r2, r0, 0
- cmp r1, 0
- beq _0807187A
- adds r0, 0x5C
- ldrb r0, [r0]
- cmp r0, r1
- beq _0807187E
- adds r0, r2, 0
- adds r0, 0x5D
- ldrb r0, [r0]
- cmp r0, r3
- beq _0807187E
-_0807187A:
- movs r0, 0
- b _08071880
-_0807187E:
- movs r0, 0x1
-_08071880:
- pop {r1}
- bx r1
- thumb_func_end HasType
-
- .align 2, 0