mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
ovl_Bg_Ice_Shutter (#377)
* Starting work on Bg_Ice_Shutter, want to commit before attempting to use the permuter. * Forgot to use the new UNK_TPYE in DynaPolyInfo_Alloc * Resolving last asm issues by re-ordering and updating .c file. * Attempting to match by reordering things, removing no longer used .s files from spec file. * Adding in proper include path for _reloc file * Removing unneeded parens and casts * Removing extra space. * Updated with review fixes * Another round of review comments. * Adding description to comment to clarify what these are. * Adding in newline before draw function
This commit is contained in:
parent
14191307e9
commit
44dac7af67
13 changed files with 110 additions and 336 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_Ice_Shutter_InitVars
|
||||
.word 0x01C80600, 0x00000010, 0x006B0000, 0x00000168
|
||||
.word BgIceShutter_Init
|
||||
.word BgIceShutter_Destroy
|
||||
.word BgIceShutter_Update
|
||||
.word BgIceShutter_Draw
|
||||
glabel D_80891EB0
|
||||
.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_80891EC0
|
||||
.incbin "baserom/ovl_Bg_Ice_Shutter", 0x400, 0x00000060
|
Loading…
Add table
Add a link
Reference in a new issue