diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-31 09:05:32 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-31 09:13:19 -0500 |
commit | 500d009b5c52345afce3dfd103113cfa77e7b262 (patch) | |
tree | e6e79db7df5723f55b725b8e86956fc74ace5c71 /data | |
parent | b9bf3bf0722c823e691ee74d0cab5c7aeb5fd4d7 (diff) |
Start decompiling berry_crush.c
Diffstat (limited to 'data')
-rwxr-xr-x | data/berry_crush.s | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/data/berry_crush.s b/data/berry_crush.s index 4e3c77292..6535cd558 100755 --- a/data/berry_crush.s +++ b/data/berry_crush.s @@ -151,10 +151,22 @@ gUnknown_082F4190:: @ 82F4190 .align 2 gUnknown_082F41CC:: @ 82F41CC - .byte 0x00, 0x00, 0xff, 0x00, 0x01, 0x01, 0x00, 0x00 - .byte 0xf0, 0xfc, 0x10, 0xfc, 0xf8, 0xfe, 0x08, 0xfe - .byte 0xe8, 0xf8, 0x18, 0xf8, 0xe0, 0xf4, 0x20, 0xf4 - .byte 0xd8, 0xf0, 0x28, 0xf0 + .byte 0x00, 0x00 + .byte 0xff, 0x00 + .byte 0x01, 0x01 + +gUnknown_082F41D2:: + .byte 0x00, 0x00 + .byte 0xf0, 0xfc + .byte 0x10, 0xfc + .byte 0xf8, 0xfe + .byte 0x08, 0xfe + .byte 0xe8, 0xf8 + .byte 0x18, 0xf8 + .byte 0xe0, 0xf4 + .byte 0x20, 0xf4 + .byte 0xd8, 0xf0 + .byte 0x28, 0xf0 .align 2 gUnknown_082F41E8:: @ 82F41E8 |