From c271beb0d1d9237a9507c4cdb93465468919565f Mon Sep 17 00:00:00 2001 From: Larry Date: Thu, 17 Aug 2017 10:43:46 -0500 Subject: [PATCH] label some texture entries found in globalimagetable Former-commit-id: c305dd786179fc0a52e21b91ae43a99905a4b011 [formerly 50ead928907fa664fd060576f738a6c5834f8040] [formerly 6be532d13bd39847c24d57e15a2785f8aaa57b3c [formerly 8fdcb42540323dbe9d7d10fe73126578793cec85]] Former-commit-id: e732e5a62966ac6c983449876b434b11310ab482 [formerly 6fdace8f174d2204a647309dd2e982226a8d51af] Former-commit-id: b62778ce176096fd33a179e722afcdce3e664c75 --- ...29D160.Globalimagetable.bin.REMOVED.git-id | 2 +- bin/romfiles.s | 41 ------------------- bin/romfiles.s.REMOVED.git-id | 1 + macros.inc | 28 ------------- macros.inc.REMOVED.git-id | 1 + 5 files changed, 3 insertions(+), 70 deletions(-) delete mode 100644 bin/romfiles.s create mode 100644 bin/romfiles.s.REMOVED.git-id delete mode 100644 macros.inc create mode 100644 macros.inc.REMOVED.git-id diff --git a/bin/ge007.u.29D160.Globalimagetable.bin.REMOVED.git-id b/bin/ge007.u.29D160.Globalimagetable.bin.REMOVED.git-id index 07ba234..0644ee1 100644 --- a/bin/ge007.u.29D160.Globalimagetable.bin.REMOVED.git-id +++ b/bin/ge007.u.29D160.Globalimagetable.bin.REMOVED.git-id @@ -1 +1 @@ -1ac2e25b6a6f38f32f850937033666716ec2fc70 \ No newline at end of file +10228370fd5dd44ee120fb1d04eccfa5f800b601 \ No newline at end of file diff --git a/bin/romfiles.s b/bin/romfiles.s deleted file mode 100644 index ecdab5b..0000000 --- a/bin/romfiles.s +++ /dev/null @@ -1,41 +0,0 @@ -.section .romfiles, "a" - -.global unknown -unknown: -.incbin "bin/ge007.u.117880.unknown.bin" -unknown_end: - -.global unknown117940 -unknown117940: -.incbin "bin/ge007.u.117940.unknown.bin" -unknown117940_end: - -.global unknown123040 -unknown123040: -.incbin "bin/ge007.u.123040.unknown.bin" -unknown123040_end: - -.global animation_table -animation_table: -.incbin "bin/animationtable_entries.bin" -animation_table_end: - -.global animation_data -animation_data: -.incbin "bin/animationtable_data.bin" -animation_data_end: - -.global Globalimagetable -Globalimagetable: -.incbin "bin/ge007.u.29D160.Globalimagetable.bin" -Globalimagetable_end: - -.global Globalimagetable_commandblock -Globalimagetable_commandblock: -.incbin "bin/ge007.u.29E560.Globalimagetable_commandblock.bin" -Globalimagetable_commandblock_end: - -.global unknown2 -unknown2: -.incbin "bin/ge007.u.2A4D50.unknown2.bin" -unknown2_end: diff --git a/bin/romfiles.s.REMOVED.git-id b/bin/romfiles.s.REMOVED.git-id new file mode 100644 index 0000000..695558a --- /dev/null +++ b/bin/romfiles.s.REMOVED.git-id @@ -0,0 +1 @@ +834db7645fae2ca6129bd6f641159800469073a2 \ No newline at end of file diff --git a/macros.inc b/macros.inc deleted file mode 100644 index 3e2cadb..0000000 --- a/macros.inc +++ /dev/null @@ -1,28 +0,0 @@ -.macro get_value name, value -.global get_\name -get_\name: - lui $v0, %hi(\value) - jr $ra - addiu $v0, $v0, %lo(\value) -.endm - -.macro jump_via_reg location, register=$a3 -.global jump_\location -jump_\location: - lui \register, %hi(\location) - addiu \register, \register, %lo(\location) - jr \register - nop -.endm - - -.macro debug_handler_table_entry sp, string -.word \sp -.word \string -.endm - -.macro file_entry index, string, file -.word \index -.word \string -.word \file -.endm diff --git a/macros.inc.REMOVED.git-id b/macros.inc.REMOVED.git-id new file mode 100644 index 0000000..6cf4113 --- /dev/null +++ b/macros.inc.REMOVED.git-id @@ -0,0 +1 @@ +c0d1ea1e646e6cee5351b9bec8f4d726e0b4e051 \ No newline at end of file