mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
ovl_En_Butte (#440)
* ovl_En_Butte * Delete asm and inline static data * Style * PR review
This commit is contained in:
parent
6b3b4aa883
commit
9d35542207
25 changed files with 400 additions and 1479 deletions
|
@ -1,45 +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_809CE2F0
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00000100, 0x00000000, 0x00000000, 0x00050064
|
||||
glabel D_809CE314
|
||||
.word 0x0A000019, 0x10000000, 0x00000001
|
||||
.word D_809CE2F0
|
||||
glabel En_Butte_InitVars
|
||||
.word 0x001E0700, 0x00000000, 0x00020000, 0x00000268
|
||||
.word EnButte_Init
|
||||
.word EnButte_Destroy
|
||||
.word EnButte_Update
|
||||
.word EnButte_Draw
|
||||
glabel D_809CE344
|
||||
.word 0x00050023, 0x00000000, 0x3DCCCCCD, 0x3F000000, 0x00000000, 0x000A002D, 0x3F8CCCCD, 0x3DCCCCCD, 0x3E800000, 0x03E80000, 0x000A0028, 0x3FC00000, 0x3DCCCCCD, 0x3E99999A, 0x07D00000
|
||||
glabel D_809CE380
|
||||
.word 0x00030003, 0x3F4CCCCD, 0x3DCCCCCD, 0x3E4CCCCD, 0x00000000, 0x000A0014, 0x40000000, 0x3E99999A, 0x3F800000, 0x00000000, 0x000A0014, 0x4019999A, 0x3E99999A, 0x3F800000, 0x00000000
|
||||
glabel D_809CE3BC
|
||||
.word 0x00000000
|
||||
glabel D_809CE3C0
|
||||
.word 0x00000000
|
||||
glabel D_809CE3C4
|
||||
.word 0x00000000, 0x00000000, 0xC0400000
|
||||
glabel D_809CE3D0
|
||||
.word 0xC850000A, 0xB0F402BC, 0xB0F80014, 0x30FC0258
|
||||
glabel D_809CE3E0
|
||||
.word 0x42480000, 0x42A00000, 0x42C80000
|
||||
glabel D_809CE3EC
|
||||
.word 0x41F00000, 0x42200000, 0x42480000
|
||||
glabel D_809CE3F8
|
||||
.word 0x41700000, 0x41A00000, 0x41C80000
|
||||
glabel D_809CE404
|
||||
.word 0x40F00000, 0x41200000, 0x41480000
|
||||
glabel D_809CE410
|
||||
.word 0x000005DC, 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_809CE4D0
|
||||
.incbin "baserom/ovl_En_Butte", 0x1460, 0x00000210
|
Loading…
Add table
Add a link
Reference in a new issue