mirror of
https://github.com/zeldaret/tmc
synced 2026-06-08 12:27:21 -04:00
Extract gfx groups
This commit is contained in:
@@ -277,9 +277,3 @@ gUnk_080FF400:: @ 080FF400
|
||||
gUnk_080FF420:: @ 080FF420
|
||||
.4byte sub_08055E24
|
||||
.4byte nullsub_493
|
||||
|
||||
.include "data/gfx/palette_groups.s"
|
||||
|
||||
@ TODO move to own file
|
||||
.include "asm/macros/gfx.inc"
|
||||
.include "data/gfx/gfx_groups.inc"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
.include "asm/macros.inc"
|
||||
.include "constants/constants.inc"
|
||||
|
||||
.section .rodata
|
||||
.align 2
|
||||
|
||||
.include "asm/macros/gfx.inc"
|
||||
|
||||
@ helper variable
|
||||
.ifdef JP
|
||||
JP_D::
|
||||
+3449
-3443
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -6,7 +6,7 @@
|
||||
.syntax unified
|
||||
|
||||
.text
|
||||
|
||||
|
||||
.include "data/scripts/script_08008B5C.inc"
|
||||
.include "data/scripts/script_08008D50.inc"
|
||||
.include "data/scripts/script_08008D8C.inc"
|
||||
|
||||
+510
-509
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -26,7 +26,7 @@ translationGerman::
|
||||
translationSpanish::
|
||||
.incbin "translations/Spanish.bin"
|
||||
|
||||
translationItalian::
|
||||
translationItalian::
|
||||
.incbin "translations/Italian.bin"
|
||||
|
||||
.else
|
||||
|
||||
@@ -1186,6 +1186,8 @@ SECTIONS {
|
||||
data/data_080FC8A4.o(.rodata);
|
||||
data/const/playerItem/playerItemLantern.o(.rodata);
|
||||
data/data_080FEEB8.o(.rodata);
|
||||
data/gfx/palette_groups.o(.rodata);
|
||||
data/gfx/gfx_groups.o(.rodata);
|
||||
src/main.o(.rodata);
|
||||
data/map/tileset_headers.o(.rodata);
|
||||
data/map/metatile_headers.o(.rodata);
|
||||
|
||||
Reference in New Issue
Block a user