mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-15 11:30:30 +00:00
Fix hard coded pointers in db_camera (#179)
This commit is contained in:
parent
78d0883f04
commit
08aaba0d2c
2 changed files with 277 additions and 46 deletions
|
@ -22,7 +22,226 @@ glabel D_8014313C
|
|||
.balign 4
|
||||
|
||||
glabel D_80143154
|
||||
.incbin "baserom.z64", 0xBBA2F4, 0x384
|
||||
.asciz "shrink_window_cleanup()\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143170
|
||||
.asciz "\x8Cキ-フレ-ム\x8Dガ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143184
|
||||
.asciz "\x8Dタリマセン。"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143194
|
||||
.asciz "\x8Dサイセイデキマセン"
|
||||
.balign 4
|
||||
|
||||
glabel D_801431AC
|
||||
.asciz "\x8Dサイセイシュウリョウ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801431C4
|
||||
.asciz "\x8Dサイセイチュウ!"
|
||||
.balign 4
|
||||
|
||||
glabel D_801431D8
|
||||
.asciz "DEMO CAMERA TOOL"
|
||||
.balign 4
|
||||
|
||||
glabel D_801431EC
|
||||
.asciz "\x8Dモウハイリマセン"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143200
|
||||
.asciz "\x8Dトウロク テンメ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143214
|
||||
.asciz "\x8Dヘンコウ / "
|
||||
.balign 4
|
||||
|
||||
glabel D_80143224
|
||||
.asciz "> >"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143234
|
||||
.asciz "< <"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143244
|
||||
.asciz "< >"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143254
|
||||
.asciz "\x8C*プレイヤ-*"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143264
|
||||
.byte 0x8C
|
||||
.asciz "Eモ-ド\x8D ソウタイ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143278
|
||||
.byte 0x8C
|
||||
.asciz "Eモ-ド\x8Dゼッタイ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143290
|
||||
.asciz "\x8Dガメン\x8C デモ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801432A4
|
||||
.asciz "\x8Dガメン フツウ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801432B8
|
||||
.asciz "\x8DPジカン MAX"
|
||||
.balign 4
|
||||
|
||||
glabel D_801432C8
|
||||
.asciz "\x8Cリンク\x8D キオク"
|
||||
.balign 4
|
||||
|
||||
glabel D_801432DC
|
||||
.asciz "\x8Cリンク\x8D ムシ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801432F0
|
||||
.asciz "\x8D*ミテルイチ*"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143300
|
||||
.asciz "\x8C*カメラ\x8Dイチ*"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143310
|
||||
.asciz "DEBUG CAMERA"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143320
|
||||
.asciz "\x8Cセンタ-/ロック"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143330
|
||||
.asciz "\x8Cセンタ-/フリ-"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143340
|
||||
.asciz "DEMO CONTROL"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143350
|
||||
.asciz "\x8Cメモリ\x8Dガタリマセン"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143368
|
||||
.asciz "p"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014336C
|
||||
.asciz "e"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143370
|
||||
.asciz "s"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143374
|
||||
.asciz "l"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143378
|
||||
.asciz "c"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014337C
|
||||
.asciz "\x8Cメモリパック"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014338C
|
||||
.asciz "\x8Cセーブ"
|
||||
# Save
|
||||
.balign 4
|
||||
|
||||
glabel D_80143398
|
||||
.asciz "\x8Cロード"
|
||||
# Load
|
||||
.balign 4
|
||||
|
||||
glabel D_801433A4
|
||||
.asciz "\x8Cクリア-"
|
||||
# Clear
|
||||
.balign 4
|
||||
|
||||
glabel D_801433B0
|
||||
.asciz "\x8Dヲヌカナイデネ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801433C4
|
||||
.asciz "FREE BYTE"
|
||||
.balign 4
|
||||
|
||||
glabel D_801433D4
|
||||
.asciz "NEED BYTE"
|
||||
.balign 4
|
||||
|
||||
glabel D_801433E4
|
||||
.asciz "\x8C*メモリ-パック*"
|
||||
.balign 4
|
||||
|
||||
glabel D_801433F8
|
||||
.asciz "\x8Dヲミツケラレマセン"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014340C
|
||||
.asciz "\x8Cファイル \x8Dヲ"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014341C
|
||||
.asciz "\x8Dシテモイイデスカ?"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143434
|
||||
.asciz "\x8Dゲンザイヘンシュウチュウノ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143454
|
||||
.asciz "\x8Cファイル\x8Dハハキサレマス"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143470
|
||||
.asciz "\x8Dハイ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143478
|
||||
.asciz "\x8Dイイエ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143480
|
||||
.asciz "\x8Dシテイマス"
|
||||
.balign 4
|
||||
|
||||
glabel D_8014348C
|
||||
.asciz "\x8Dウワガキ"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143498
|
||||
.asciz "\x8Dシマシタ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801434A4
|
||||
.asciz "USE BYTE"
|
||||
.balign 4
|
||||
|
||||
glabel D_801434B4
|
||||
.asciz "\x8Dニシッパイ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801434C4
|
||||
.byte 0x8C
|
||||
.asciz "Eモ-ド\x8D コテイ"
|
||||
.balign 4
|
||||
|
||||
glabel D_801434D8
|
||||
.asciz "@@@static SplinedatZ %s[] = {\n"
|
||||
|
@ -57,7 +276,7 @@ glabel D_801435C4
|
|||
.balign 4
|
||||
|
||||
glabel D_801435D0
|
||||
.asciz "@@@};\n@@@\n"
|
||||
.asciz "@@@};\n@@@\n"
|
||||
.balign 4
|
||||
|
||||
glabel D_801435DC
|
||||
|
@ -69,7 +288,7 @@ glabel D_801435F0
|
|||
.balign 4
|
||||
|
||||
glabel D_801435FC
|
||||
.asciz "\n@@@%d,%d,"
|
||||
.asciz "\n@@@%d,%d,"
|
||||
.balign 4
|
||||
|
||||
glabel D_80143608
|
||||
|
@ -89,7 +308,7 @@ glabel D_8014365C
|
|||
.balign 4
|
||||
|
||||
glabel D_80143670
|
||||
.asciz "\n@@@0,0, /* Dammy */\n@@@ "
|
||||
.asciz "\n@@@0,0, /* Dammy */\n@@@ "
|
||||
.balign 4
|
||||
|
||||
glabel D_8014368C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue