mirror of https://github.com/zeldaret/tmc.git
decompile VaatiTransfigured
This commit is contained in:
parent
30dc95e512
commit
e1759fa99c
|
|
@ -1,65 +0,0 @@
|
|||
.include "asm/macros.inc"
|
||||
.include "constants/constants.inc"
|
||||
|
||||
.section .rodata
|
||||
.align 2
|
||||
|
||||
gUnk_080D0ABC:: @ 080D0ABC
|
||||
.incbin "baserom.gba", 0x0D0ABC, 0x0000003
|
||||
|
||||
gUnk_080D0ABF:: @ 080D0ABF
|
||||
.incbin "baserom.gba", 0x0D0ABF, 0x0000009
|
||||
|
||||
gUnk_080D0AC8:: @ 080D0AC8
|
||||
.4byte sub_0803F818
|
||||
.4byte sub_0803F914
|
||||
.4byte sub_0803FAC8
|
||||
.4byte sub_0803FAD0
|
||||
.4byte sub_0803FD50
|
||||
.4byte sub_0803FE90
|
||||
.4byte sub_0803FF7C
|
||||
.4byte sub_0804006C
|
||||
|
||||
gUnk_080D0AE8:: @ 080D0AE8
|
||||
.4byte sub_08040130
|
||||
.4byte sub_0804015C
|
||||
|
||||
gUnk_080D0AF0:: @ 080D0AF0
|
||||
.4byte sub_080401E0
|
||||
.4byte sub_08040268
|
||||
.4byte sub_0804038C
|
||||
|
||||
gUnk_080D0AFC:: @ 080D0AFC
|
||||
.4byte sub_080403CC
|
||||
|
||||
gUnk_080D0B00:: @ 080D0B00
|
||||
.4byte sub_080403EC
|
||||
|
||||
gUnk_080D0B04:: @ 080D0B04
|
||||
.4byte sub_0804041C
|
||||
.4byte sub_0804044C
|
||||
|
||||
gUnk_080D0B0C:: @ 080D0B0C
|
||||
.4byte sub_080404D0
|
||||
|
||||
gUnk_080D0B10:: @ 080D0B10
|
||||
.4byte sub_0804051C
|
||||
.4byte sub_080405D8
|
||||
|
||||
gUnk_080D0B18:: @ 080D0B18
|
||||
.incbin "baserom.gba", 0x0D0B18, 0x0000011
|
||||
|
||||
gUnk_080D0B29:: @ 080D0B29
|
||||
.incbin "baserom.gba", 0x0D0B29, 0x000002F
|
||||
|
||||
gUnk_080D0B58:: @ 080D0B58
|
||||
.incbin "baserom.gba", 0x0D0B58, 0x000000C
|
||||
|
||||
gUnk_080D0B64:: @ 080D0B64
|
||||
.incbin "baserom.gba", 0x0D0B64, 0x0000010
|
||||
|
||||
gUnk_080D0B74:: @ 080D0B74
|
||||
.incbin "baserom.gba", 0x0D0B74, 0x0000010
|
||||
|
||||
gUnk_080D0B84:: @ 080D0B84
|
||||
.incbin "baserom.gba", 0x0D0B84, 0x0000020
|
||||
|
|
@ -422,7 +422,7 @@ SECTIONS {
|
|||
src/enemy/enemy4D.o(.text);
|
||||
asm/enemy4D.o(.text);
|
||||
asm/ghini.o(.text);
|
||||
asm/vaatiTransfigured.o(.text);
|
||||
src/enemy/vaatiTransfigured.o(.text);
|
||||
asm/enemy50.o(.text);
|
||||
asm/vaatiWrath.o(.text);
|
||||
src/enemy/vaatiArm.o(.text);
|
||||
|
|
@ -1129,7 +1129,7 @@ SECTIONS {
|
|||
data/const/enemy/enemy4D.o(.rodata);
|
||||
data/const/enemy/ghini.o(.rodata);
|
||||
data/animations/enemy/ghini.o(.rodata);
|
||||
data/const/enemy/vaatiTransfigured.o(.rodata);
|
||||
src/enemy/vaatiTransfigured.o(.rodata);
|
||||
data/animations/enemy/vaatiTransfigured.o(.rodata);
|
||||
data/const/enemy/enemy50.o(.rodata);
|
||||
data/const/enemy/vaatiWrath.o(.rodata);
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue