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