mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
Bigmirror OK and documented (#530)
* OK * documented (with one odd float value) * delete asm and alter spec * uniformise spawn data to sIsSpawned, fix compile warnings in Bg_Jya_Lift and Bg_Mori_Elevator * translate last printf * re-delete modified asm * addressed review comments * remove outdated comment * addressed comments, made defines * untrack scenes dir * remove scenes dir
This commit is contained in:
parent
b50e079e1b
commit
21e367a7cb
21 changed files with 278 additions and 718 deletions
|
@ -1,30 +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_80893ED0
|
||||
.word 0x00000000
|
||||
glabel Bg_Jya_Bigmirror_InitVars
|
||||
.word 0x01580100, 0x00000030, 0x00F10000, 0x00000174
|
||||
.word BgJyaBigmirror_Init
|
||||
.word BgJyaBigmirror_Destroy
|
||||
.word BgJyaBigmirror_Update
|
||||
.word BgJyaBigmirror_Draw
|
||||
glabel D_80893EF4
|
||||
.word 0xC40C0000, 0x44D9E000, 0xC39B0000, 0xFF014000, 0x80000000, 0x42700000, 0x44D9E000, 0xC39B0000, 0xFF028000, 0xA0000000
|
||||
glabel D_80893F1C
|
||||
.word 0x01020000
|
||||
glabel D_80893F20
|
||||
.word 0x00050007, 0x00080000
|
||||
glabel D_80893F28
|
||||
.word 0x42700000, 0x44E14000, 0xC489C000, 0xC40C0000, 0x44E10000, 0xC39B0000, 0x42700000, 0x44E10000, 0xC39B0000
|
||||
glabel D_80893F4C
|
||||
.word 0x00000000, 0x00000000, 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_808940A0
|
||||
.incbin "baserom/ovl_Bg_Jya_Bigmirror", 0x9C0, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue