mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 15:04:07 -04:00
Decompile code_800D2E30 and use struct in code_800A9F30 (#80)
* Match func_800AA000 * Match z_camera/func_800437F0 * Decompile code_800D2E30, use struct in 800A9F30 * Format * Remove 'U' from literals * Remove bss, cleanup z_camera * Review changes, rename temp * Move externs to variables.h
This commit is contained in:
@@ -1,23 +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 purposee registers
|
||||
|
||||
.section .bss
|
||||
|
||||
glabel D_80160FD0
|
||||
.space 0x40
|
||||
|
||||
glabel D_80161010
|
||||
.space 0xC4
|
||||
|
||||
glabel D_801610D4
|
||||
.space 0x1
|
||||
|
||||
glabel D_801610D5
|
||||
.space 0x5
|
||||
|
||||
glabel D_801610DA
|
||||
.space 0x6
|
||||
Reference in New Issue
Block a user