diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2021-09-21 03:48:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 04:48:43 -0400 |
| commit | b18227e6adade59babf84a5ae4b26374602c39fb (patch) | |
| tree | a666160c12c5a71b1b61ad49fee18c26ef4b59e1 /data | |
| parent | a9604e267fc8c3fcb0b633c9b347e7756088df7b (diff) | |
Decomp the remaining functions in vr_box and import its data (#917)
* stuff
* not quite there
* data imported
* fixed some things and adjusted sSetupDLs
* remove setup dls
* remove alloc casts
* format
* palette swap
* Update src/code/z_vr_box_draw.c
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
* improved loop matches
* fixed some comments
* format and adjustments
* palettes
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/z_vr_box.data.s | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/data/z_vr_box.data.s b/data/z_vr_box.data.s deleted file mode 100644 index 92c30ab5c..000000000 --- a/data/z_vr_box.data.s +++ /dev/null @@ -1,49 +0,0 @@ -.include "macro.inc" - -# assembler directives -.set noat # allow manual use of $at -.set noreorder # don't insert nops after branches -.set gp=64 # allow use of 64-bit general purpose registers - -.section .data - -.balign 16 - -glabel D_8012AC90 - .incbin "baserom.z64", 0xBA1E30, 0x10 - -glabel D_8012ACA0 - .incbin "baserom.z64", 0xBA1E40, 0x80 - -glabel D_8012AD20 - .incbin "baserom.z64", 0xBA1EC0, 0xC - -glabel D_8012AD2C - .incbin "baserom.z64", 0xBA1ECC, 0x14 - -glabel D_8012AD40 - .incbin "baserom.z64", 0xBA1EE0, 0x80 - -glabel D_8012ADC0 - .incbin "baserom.z64", 0xBA1F60, 0x18 - -glabel D_8012ADD8 - .incbin "baserom.z64", 0xBA1F78, 0x40 - -glabel D_8012AE18 - .incbin "baserom.z64", 0xBA1FB8, 0xC - -glabel D_8012AE24 - .incbin "baserom.z64", 0xBA1FC4, 0xC - -glabel D_8012AE30 - .incbin "baserom.z64", 0xBA1FD0, 0xC - -glabel D_8012AE3C - .incbin "baserom.z64", 0xBA1FDC, 0x80 - -glabel D_8012AEBC - .incbin "baserom.z64", 0xBA205C, 0x50 - -glabel D_8012AF0C - .incbin "baserom.z64", 0xBA20AC, 0x84 |
