mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
ovl_bg_haka_ship OK (#712)
* 2 non matchings left * decompiled ovl_Bg_Haka_Ship * review suggestions * parent/child (Actor*) * removed unneeded cast * removed DECR * review 2 suggestions, removed some redundant parentheses
This commit is contained in:
parent
80d0b2785d
commit
7c5ae8cc03
16 changed files with 207 additions and 804 deletions
|
@ -1,20 +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 Bg_Haka_Ship_InitVars
|
||||
.word 0x00B00100, 0x00000030, 0x00690000, 0x00000178
|
||||
.word BgHakaShip_Init
|
||||
.word BgHakaShip_Destroy
|
||||
.word BgHakaShip_Update
|
||||
.word BgHakaShip_Draw
|
||||
glabel D_8087FAC0
|
||||
.word 0x48500064, 0x00000000, 0x00000000, 0x00000000
|
||||
|
|
@ -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_8087FBA0
|
||||
.incbin "baserom/ovl_Bg_Haka_Ship", 0xAA0, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue