mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 09:41:46 -04:00
Refresh 1
This commit is contained in:
+1
-11469
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+10
-3
@@ -8,6 +8,7 @@
|
||||
# TODO: determine purpose of table
|
||||
# 63E280-641F70: some offsets table
|
||||
.balign 16
|
||||
glabel D_0F4F8E10
|
||||
.word 0x000403fe, 0x001d02fe
|
||||
.word 0x000101fe, 0x001600fe, 0x004301fe, 0x801001fe
|
||||
.word 0x800001ff, 0x8000011e, 0x9005fa4e, 0x9000fa17
|
||||
@@ -242,7 +243,10 @@
|
||||
.word 0x9000181c, 0x900000ff, 0x800a00ff, 0x80000100
|
||||
.word 0x80000a14, 0x80001028, 0x8003102a, 0x80011028
|
||||
.word 0x80001027, 0x80061024, 0x80000814, 0x80040001
|
||||
.word 0x00000000, 0x00010001, 0x00050002, 0x00000001
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_0F4F9CAC
|
||||
.word 0x00010001, 0x00050002, 0x00000001
|
||||
.word 0x002c0000, 0x00480001, 0x80000002, 0x8000fe00
|
||||
.word 0x8002fe01, 0x8013fe00, 0x8009feff, 0x80a3fe00
|
||||
.word 0x8000fefc, 0x8000fefb, 0x8000fef5, 0x8000feef
|
||||
@@ -503,8 +507,11 @@
|
||||
.word 0x8000fefd, 0x8000feea, 0x8000fee4, 0x8000fedc
|
||||
.word 0x8000fedd, 0x8000fef7, 0x8005feff, 0x8000fefb
|
||||
.word 0x8000fee0, 0x8000fec6, 0x8000fec5, 0x8000fef0
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x007aff00
|
||||
.word 0x805bff00, 0x800c0000, 0x8007ff00, 0x800000f7
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
glabel D_0F4FAD04
|
||||
.word 0x007aff00, 0x805bff00
|
||||
.word 0x800c0000, 0x8007ff00, 0x800000f7
|
||||
.word 0x8000fece, 0x8000feb4, 0x9004feb4, 0x900003f2
|
||||
.word 0x9000091a, 0x90000f4c, 0x90040f4b, 0x90050e4b
|
||||
.word 0x90030d4b, 0x9000093b, 0x9000fdd6, 0x9000fdb5
|
||||
|
||||
@@ -9,8 +9,3 @@
|
||||
glabel data_821D10
|
||||
.incbin "bin/data_821D10.mio0"
|
||||
glabel data_821D10_end
|
||||
|
||||
.align 2, 0x00
|
||||
glabel data_825800
|
||||
.incbin "bin/data_825800.mio0"
|
||||
glabel data_825800_end
|
||||
@@ -0,0 +1,11 @@
|
||||
# Mario Kart 64 (U) disassembly and split file
|
||||
# generated by n64split v0.4a - N64 ROM splitter
|
||||
|
||||
.include "macros.inc"
|
||||
|
||||
.data
|
||||
|
||||
.align 2, 0x00
|
||||
glabel data_825800
|
||||
.incbin "bin/data_825800.mio0"
|
||||
glabel data_825800_end
|
||||
File diff suppressed because it is too large
Load Diff
+1417
-1
File diff suppressed because it is too large
Load Diff
@@ -1680,5 +1680,4 @@ glabel gTextureCourseOutlineDksJungleParkway
|
||||
|
||||
.balign 4, 0x00
|
||||
glabel gTextureCourseOutlineBigDonut
|
||||
.incbin "textures/standalone/course_outline_big_donut.i4.mio0"
|
||||
|
||||
.incbin "textures/standalone/course_outline_big_donut.i4.mio0"
|
||||
+2
-3
@@ -1,7 +1,7 @@
|
||||
# Mario Kart 64 (U) disassembly and split file
|
||||
# generated by n64split v0.4a - N64 ROM splitter
|
||||
|
||||
.include "macros.inc"
|
||||
.include "macros.inc"
|
||||
|
||||
.section .text, "ax"
|
||||
|
||||
@@ -23,8 +23,7 @@ glabel gspF3DLXTextEnd
|
||||
# 0x800DB830 DC430-DD0A0
|
||||
glabel aspMainTextStart
|
||||
.incbin "bin/lib/PR/audio/aspMain.bin"
|
||||
glabel aspMainTextEnd
|
||||
|
||||
glabel aspMainTextEnd
|
||||
|
||||
.section .data
|
||||
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
|
||||
.include "macros.inc"
|
||||
|
||||
.data
|
||||
|
||||
# 128480-12AAE0 [2660]
|
||||
.incbin "bin/mk64.u.128480.bin"
|
||||
.section .data
|
||||
|
||||
.incbin "bin/mk64.u.966260.bin" # Audiobank data
|
||||
@@ -0,0 +1,9 @@
|
||||
# Mario Kart 64 (U) disassembly and split file
|
||||
# generated by n64split v0.4a - N64 ROM splitter
|
||||
|
||||
.include "macros.inc"
|
||||
|
||||
.section .data
|
||||
|
||||
.incbin "bin/mk64.u.979AA0.bin" # Audiotables and data
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
# Mario Kart 64 (U) disassembly and split file
|
||||
# generated by n64split v0.4a - N64 ROM splitter
|
||||
|
||||
.include "macros.inc"
|
||||
|
||||
.section .data
|
||||
|
||||
glabel instrument_sets
|
||||
.hword instrument_set_00 - instrument_sets # 0x003C
|
||||
.hword instrument_set_01 - instrument_sets # 0x003E
|
||||
.hword instrument_set_02 - instrument_sets # 0x0040
|
||||
.hword instrument_set_03 - instrument_sets # 0x0042
|
||||
.hword instrument_set_04 - instrument_sets # 0x0044
|
||||
.hword instrument_set_05 - instrument_sets # 0x0046
|
||||
.hword instrument_set_06 - instrument_sets # 0x0048
|
||||
.hword instrument_set_07 - instrument_sets # 0x004A
|
||||
.hword instrument_set_08 - instrument_sets # 0x004C
|
||||
.hword instrument_set_09 - instrument_sets # 0x004E
|
||||
.hword instrument_set_0A - instrument_sets # 0x0050
|
||||
.hword instrument_set_0B - instrument_sets # 0x0052
|
||||
.hword instrument_set_0C - instrument_sets # 0x0054
|
||||
.hword instrument_set_0D - instrument_sets # 0x0056
|
||||
.hword instrument_set_0E - instrument_sets # 0x0058
|
||||
.hword instrument_set_0F - instrument_sets # 0x005A
|
||||
.hword instrument_set_10 - instrument_sets # 0x005C
|
||||
.hword instrument_set_11 - instrument_sets # 0x005E
|
||||
.hword instrument_set_12 - instrument_sets # 0x0060
|
||||
.hword instrument_set_13 - instrument_sets # 0x0062
|
||||
.hword instrument_set_14 - instrument_sets # 0x0064
|
||||
.hword instrument_set_15 - instrument_sets # 0x0066
|
||||
.hword instrument_set_16 - instrument_sets # 0x0068
|
||||
.hword instrument_set_17 - instrument_sets # 0x006A
|
||||
.hword instrument_set_18 - instrument_sets # 0x006C
|
||||
.hword instrument_set_19 - instrument_sets # 0x006E
|
||||
.hword instrument_set_1A - instrument_sets # 0x0070
|
||||
.hword instrument_set_1B - instrument_sets # 0x0072
|
||||
.hword instrument_set_1C - instrument_sets # 0x0074
|
||||
.hword instrument_set_1D - instrument_sets # 0x0076
|
||||
|
||||
instrument_set_00:
|
||||
.byte 0x01, 0x00
|
||||
instrument_set_01:
|
||||
.byte 0x01, 0x01
|
||||
instrument_set_02:
|
||||
.byte 0x01, 0x02
|
||||
instrument_set_03:
|
||||
.byte 0x01, 0x03
|
||||
instrument_set_04:
|
||||
.byte 0x01, 0x04
|
||||
instrument_set_05:
|
||||
.byte 0x01, 0x05
|
||||
instrument_set_06:
|
||||
.byte 0x01, 0x06
|
||||
instrument_set_07:
|
||||
.byte 0x01, 0x07
|
||||
instrument_set_08:
|
||||
.byte 0x01, 0x08
|
||||
instrument_set_09:
|
||||
.byte 0x01, 0x09
|
||||
instrument_set_0A:
|
||||
.byte 0x01, 0x0A
|
||||
instrument_set_0B:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0C:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0D:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0E:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0F:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_10:
|
||||
.byte 0x01, 0x0C
|
||||
instrument_set_11:
|
||||
.byte 0x01, 0x0E
|
||||
instrument_set_12:
|
||||
.byte 0x01, 0x0F
|
||||
instrument_set_13:
|
||||
.byte 0x01, 0x10
|
||||
instrument_set_14:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_15:
|
||||
.byte 0x01, 0x11
|
||||
instrument_set_16:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_17:
|
||||
.byte 0x01, 0x0D
|
||||
instrument_set_18:
|
||||
.byte 0x01, 0x0C
|
||||
instrument_set_19:
|
||||
.byte 0x01, 0x12
|
||||
instrument_set_1A:
|
||||
.byte 0x01, 0x13
|
||||
instrument_set_1B:
|
||||
.byte 0x01, 0x13
|
||||
instrument_set_1C:
|
||||
.byte 0x01, 0x14
|
||||
instrument_set_1D:
|
||||
.byte 0x01, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
instrument_sets_end:
|
||||
@@ -5,8 +5,6 @@
|
||||
|
||||
.section .data
|
||||
|
||||
.incbin "bin/mk64.u.966260.bin" # sound data?
|
||||
|
||||
# music sequence table
|
||||
glabel music_sequence_table_header
|
||||
.hword 3, ((music_sequence_table_end - music_sequence_table) / 8) - 1 # this should be 30...
|
||||
@@ -165,99 +163,4 @@ glabel seq_1D
|
||||
.incbin "music/seq_1D.m64"
|
||||
glabel seq_1D_end
|
||||
# Unknown region BE90D0-BE90E0 [10]
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
|
||||
|
||||
instrument_sets:
|
||||
.hword instrument_set_00 - instrument_sets # 0x003C
|
||||
.hword instrument_set_01 - instrument_sets # 0x003E
|
||||
.hword instrument_set_02 - instrument_sets # 0x0040
|
||||
.hword instrument_set_03 - instrument_sets # 0x0042
|
||||
.hword instrument_set_04 - instrument_sets # 0x0044
|
||||
.hword instrument_set_05 - instrument_sets # 0x0046
|
||||
.hword instrument_set_06 - instrument_sets # 0x0048
|
||||
.hword instrument_set_07 - instrument_sets # 0x004A
|
||||
.hword instrument_set_08 - instrument_sets # 0x004C
|
||||
.hword instrument_set_09 - instrument_sets # 0x004E
|
||||
.hword instrument_set_0A - instrument_sets # 0x0050
|
||||
.hword instrument_set_0B - instrument_sets # 0x0052
|
||||
.hword instrument_set_0C - instrument_sets # 0x0054
|
||||
.hword instrument_set_0D - instrument_sets # 0x0056
|
||||
.hword instrument_set_0E - instrument_sets # 0x0058
|
||||
.hword instrument_set_0F - instrument_sets # 0x005A
|
||||
.hword instrument_set_10 - instrument_sets # 0x005C
|
||||
.hword instrument_set_11 - instrument_sets # 0x005E
|
||||
.hword instrument_set_12 - instrument_sets # 0x0060
|
||||
.hword instrument_set_13 - instrument_sets # 0x0062
|
||||
.hword instrument_set_14 - instrument_sets # 0x0064
|
||||
.hword instrument_set_15 - instrument_sets # 0x0066
|
||||
.hword instrument_set_16 - instrument_sets # 0x0068
|
||||
.hword instrument_set_17 - instrument_sets # 0x006A
|
||||
.hword instrument_set_18 - instrument_sets # 0x006C
|
||||
.hword instrument_set_19 - instrument_sets # 0x006E
|
||||
.hword instrument_set_1A - instrument_sets # 0x0070
|
||||
.hword instrument_set_1B - instrument_sets # 0x0072
|
||||
.hword instrument_set_1C - instrument_sets # 0x0074
|
||||
.hword instrument_set_1D - instrument_sets # 0x0076
|
||||
|
||||
instrument_set_00:
|
||||
.byte 0x01, 0x00
|
||||
instrument_set_01:
|
||||
.byte 0x01, 0x01
|
||||
instrument_set_02:
|
||||
.byte 0x01, 0x02
|
||||
instrument_set_03:
|
||||
.byte 0x01, 0x03
|
||||
instrument_set_04:
|
||||
.byte 0x01, 0x04
|
||||
instrument_set_05:
|
||||
.byte 0x01, 0x05
|
||||
instrument_set_06:
|
||||
.byte 0x01, 0x06
|
||||
instrument_set_07:
|
||||
.byte 0x01, 0x07
|
||||
instrument_set_08:
|
||||
.byte 0x01, 0x08
|
||||
instrument_set_09:
|
||||
.byte 0x01, 0x09
|
||||
instrument_set_0A:
|
||||
.byte 0x01, 0x0A
|
||||
instrument_set_0B:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0C:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0D:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0E:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_0F:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_10:
|
||||
.byte 0x01, 0x0C
|
||||
instrument_set_11:
|
||||
.byte 0x01, 0x0E
|
||||
instrument_set_12:
|
||||
.byte 0x01, 0x0F
|
||||
instrument_set_13:
|
||||
.byte 0x01, 0x10
|
||||
instrument_set_14:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_15:
|
||||
.byte 0x01, 0x11
|
||||
instrument_set_16:
|
||||
.byte 0x01, 0x0B
|
||||
instrument_set_17:
|
||||
.byte 0x01, 0x0D
|
||||
instrument_set_18:
|
||||
.byte 0x01, 0x0C
|
||||
instrument_set_19:
|
||||
.byte 0x01, 0x12
|
||||
instrument_set_1A:
|
||||
.byte 0x01, 0x13
|
||||
instrument_set_1B:
|
||||
.byte 0x01, 0x13
|
||||
instrument_set_1C:
|
||||
.byte 0x01, 0x14
|
||||
instrument_set_1D:
|
||||
.byte 0x01, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
instrument_sets_end:
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
Reference in New Issue
Block a user