mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Decompile obj_bean (magic bean and soft soil). 2 NON_MATCHINGs (#846)
* did a bunch * Do a bunch more * all functions in C * Macros for draw and collision part of state flags * Done for now * remove ASM * PR fixes (Elliptic) * all angles are hex and take away bad names * PR fixes (Roman) * PR fixes * PR fixes (Fig) * restore map mark * Fix the other messed with files
This commit is contained in:
parent
0a35c752e7
commit
a6bd227137
71 changed files with 948 additions and 2645 deletions
|
@ -1,28 +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_80B90E30
|
||||
.word 0x00000000
|
||||
glabel Obj_Bean_InitVars
|
||||
.word 0x01260100, 0x00400000, 0x011E0000, 0x000001F8
|
||||
.word ObjBean_Init
|
||||
.word ObjBean_Destroy
|
||||
.word ObjBean_Update
|
||||
.word ObjBean_Draw
|
||||
glabel D_80B90E54
|
||||
.word 0x0A000009, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x0040001E, 0xFFE10000, 0x00000000
|
||||
glabel D_80B90E80
|
||||
.word 0x40400000, 0x3E99999A, 0x41200000, 0x3F000000, 0x41F00000, 0x3F000000, 0x40400000, 0x3E99999A
|
||||
glabel D_80B90EA0
|
||||
.word gCuttableShrubStalkDL, gCuttableShrubTipDL
|
||||
glabel D_80B90EA8
|
||||
.word 0xC8500064, 0xB0F407D0, 0xB0F800C8, 0x30FC0640, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue