mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Bg mori elevator one non matching (#293)
* BgMoriElevator Progress * Decomp Progress * Progress * Progress * Progress * Progress * Progress * Finish Decomp for MoriElevator * Test * Update spec * Update z_bg_mori_elevator.c * PR fixes * PR fixes * PR fixes * PR fixes * Fixed a non matching * Delete func_808A1800.s * PR fixes * PR fixes * PR fixes * PR fixes * Run Clang-Format * Change PlaceInGround to WaitAfterInit * PR fixes * Change a variable
This commit is contained in:
parent
888f1b315f
commit
8d5d644647
23 changed files with 246 additions and 866 deletions
|
@ -1,22 +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_808A2210
|
||||
.word 0x00000000
|
||||
glabel Bg_Mori_Elevator_InitVars
|
||||
.word 0x00870100, 0x00000010, 0x00720000, 0x00000174
|
||||
.word BgMoriElevator_Init
|
||||
.word BgMoriElevator_Destroy
|
||||
.word BgMoriElevator_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A2234
|
||||
.word 0xB0F407D0, 0xB0F801F4, 0xB0FC0BB8, 0x485003E8, 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_808A23E0
|
||||
.incbin "baserom/ovl_Bg_Mori_Elevator", 0xBE0, 0x00000180
|
Loading…
Add table
Add a link
Reference in a new issue