mirror of https://github.com/zeldaret/tmc.git
Extract gfx groups
This commit is contained in:
parent
a87c35c4a5
commit
1e4b2b1f32
|
@ -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::
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
1019
data/sound/sounds.s
1019
data/sound/sounds.s
File diff suppressed because it is too large
Load Diff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue