mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
boss_ganon (Ganondorf) OK (#1037)
* data migrated and OK * some functions ported * everything ported and updated * merge message * plenty of functions matched * remove unwanted file * 5 more, progress on update * update matched * fix proto * fix * func_808E06FC * asm * 2 left * 1 more * last function inital decomp * Dbg MQ OK * docs progress * revert limb stuff * some more docs * docs progress * more docs * done with docs for now i think * revert unwanted change * some symbols * anime2 * format * small changes * some more changes * merge master and fix matrices * reviews 1 and 2 * remove continue * review 3 and 4 * un-name bodyPartsPos for now
This commit is contained in:
parent
8ff1f242fa
commit
4390dd74b6
85 changed files with 5160 additions and 17288 deletions
|
@ -1,26 +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 .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_808F93C0
|
||||
.space 0x04
|
||||
glabel D_808F93C4
|
||||
.space 0x04
|
||||
glabel D_808F93C8
|
||||
.space 0x04
|
||||
glabel D_808F93CC
|
||||
.space 0x04
|
||||
glabel D_808F93D0
|
||||
.space 0x04
|
||||
glabel D_808F93D4
|
||||
.space 0x04
|
||||
glabel D_808F93D8
|
||||
.space 0x3B68
|
||||
|
File diff suppressed because one or more lines are too long
|
@ -1,13 +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 .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_808F8280
|
||||
.incbin "baserom/ovl_Boss_Ganon", 0x21A10, 0x00001140
|
Loading…
Add table
Add a link
Reference in a new issue