1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 14:34:32 +00:00

Fix remaining rom/ram pointers (#190)

This commit is contained in:
Roman971 2020-06-05 23:09:43 +02:00 committed by GitHub
parent 94d810193a
commit 68f5d212a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 91 additions and 28 deletions

View file

@ -256,7 +256,9 @@ glabel D_8012D13C
.incbin "baserom.z64", 0xBA42DC, 0x10
glabel D_8012D14C
.incbin "baserom.z64", 0xBA42EC, 0xC
.word func_800B8DB0
.word func_800B8BB0
.word func_800B8F30
glabel D_8012D158
.incbin "baserom.z64", 0xBA42F8, 0x18

View file

@ -37,7 +37,42 @@ glabel D_8011FC1C
.incbin "baserom.z64", 0xB96DBC, 0x120
glabel D_8011FD3C
.incbin "baserom.z64", 0xB96EDC, 0x90
.word _vr_fine0_staticSegmentRomStart
.word _vr_fine0_staticSegmentRomEnd
.word _vr_fine0_pal_staticSegmentRomStart
.word _vr_fine0_pal_staticSegmentRomEnd
.word _vr_fine1_staticSegmentRomStart
.word _vr_fine1_staticSegmentRomEnd
.word _vr_fine1_pal_staticSegmentRomStart
.word _vr_fine1_pal_staticSegmentRomEnd
.word _vr_fine2_staticSegmentRomStart
.word _vr_fine2_staticSegmentRomEnd
.word _vr_fine2_pal_staticSegmentRomStart
.word _vr_fine2_pal_staticSegmentRomEnd
.word _vr_fine3_staticSegmentRomStart
.word _vr_fine3_staticSegmentRomEnd
.word _vr_fine3_pal_staticSegmentRomStart
.word _vr_fine3_pal_staticSegmentRomEnd
.word _vr_cloud0_staticSegmentRomStart
.word _vr_cloud0_staticSegmentRomEnd
.word _vr_cloud0_pal_staticSegmentRomStart
.word _vr_cloud0_pal_staticSegmentRomEnd
.word _vr_cloud1_staticSegmentRomStart
.word _vr_cloud1_staticSegmentRomEnd
.word _vr_cloud1_pal_staticSegmentRomStart
.word _vr_cloud1_pal_staticSegmentRomEnd
.word _vr_cloud2_staticSegmentRomStart
.word _vr_cloud2_staticSegmentRomEnd
.word _vr_cloud2_pal_staticSegmentRomStart
.word _vr_cloud2_pal_staticSegmentRomEnd
.word _vr_cloud3_staticSegmentRomStart
.word _vr_cloud3_staticSegmentRomEnd
.word _vr_cloud3_pal_staticSegmentRomStart
.word _vr_cloud3_pal_staticSegmentRomEnd
.word _vr_holy0_staticSegmentRomStart
.word _vr_holy0_staticSegmentRomEnd
.word _vr_holy0_pal_staticSegmentRomStart
.word _vr_holy0_pal_staticSegmentRomEnd
glabel D_8011FDCC
.incbin "baserom.z64", 0xB96F6C, 0x4

View file

@ -50,5 +50,3 @@ glabel D_801759BC
glabel D_801759BE
.space 0x2
glabel D_801759C0

View file

@ -10,7 +10,4 @@
.balign 16
glabel D_801600C0
.space 0x404
glabel D_801604C4
.space 0xB0C
.space 0xF10

View file

@ -15,5 +15,19 @@ glabel gLetterTLUT
.incbin "baserom.z64", 0xBA18E0, 0x80
glabel gFontFF
.incbin "baserom.z64", 0xBA1960, 0x430
.incbin "baserom.z64", 0xBA1960, 0x400
# Unused
glabel D_8012ABC0
.word func_801067F0 # fmodf?
.word guScale
.word guRotate
.word guTranslate
.word GfxPrint_SetPos
.word GfxPrint_SetColor
.word GfxPrint_Printf
.word GfxPrint_SetPosPx
.word GfxPrint_Ctor
.word GfxPrint_Open
.word GfxPrint_Close
.word GfxPrint_Dtor