mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
BgPoSyokudai (#382)
* BgPoSyokudai: decomp Init() * BgPoSyokudai: decomp Destroy() * BgPoSyokudai: decomp Update() * BgPoSyokudai: decomp Draw() * BgPoSyokudai: remove data.s and reloc.s * BgPoSyokudai: clarify switch flags 1D to 1F * BgPoSyokudai: format following codestyle and remove macros
This commit is contained in:
parent
807713a29b
commit
b9b5724dec
10 changed files with 163 additions and 681 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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_808A8960
|
||||
.word 0x09000D39, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x000C003C, 0x00000000, 0x00000000
|
||||
glabel D_808A898C
|
||||
.word 0xFFAAFFFF, 0xFFC800FF, 0x00AAFFFF, 0xAAFF00FF
|
||||
glabel D_808A899C
|
||||
.word 0x6400FFFF, 0xFF0000FF, 0x0000FFFF, 0x009600FF
|
||||
glabel Bg_Po_Syokudai_InitVars
|
||||
.word 0x01050600, 0x00000000, 0x00A40000, 0x000001B0
|
||||
.word BgPoSyokudai_Init
|
||||
.word BgPoSyokudai_Destroy
|
||||
.word BgPoSyokudai_Update
|
||||
.word BgPoSyokudai_Draw
|
||||
glabel D_808A89CC
|
||||
.word 0x485003E8
|
||||
|
|
@ -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_808A8A50
|
||||
.incbin "baserom/ovl_Bg_Po_Syokudai", 0x9A0, 0x00000090
|
Loading…
Add table
Add a link
Reference in a new issue