mirror of https://github.com/zeldaret/tmc.git
67 lines
1.4 KiB
ArmAsm
67 lines
1.4 KiB
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
gUnk_080B3740:: @ 080B3740
|
|
.incbin "baserom.gba", 0x0B3740, 0x0000004
|
|
|
|
gUnk_080B3744:: @ 080B3744
|
|
.4byte sub_08018308
|
|
.4byte sub_08017AD8
|
|
.4byte sub_08017AD8
|
|
.4byte sub_08017ADC
|
|
.4byte sub_08017B58
|
|
.4byte sub_08017EB0
|
|
.4byte sub_08017F3C
|
|
.4byte sub_08017F40
|
|
.4byte sub_0801802C
|
|
.4byte sub_08017DD4
|
|
.4byte sub_080180E8
|
|
.4byte sub_08017BBC
|
|
.4byte sub_08017C40
|
|
.4byte sub_08017D6C
|
|
.4byte sub_08017D28
|
|
.4byte sub_08018168
|
|
.4byte sub_08018228
|
|
.4byte sub_08018250
|
|
.4byte sub_08018288
|
|
.4byte sub_080182A8
|
|
.4byte sub_08017B1C
|
|
.4byte sub_08017CBC
|
|
.4byte sub_08017E88
|
|
|
|
gUnk_080B37A0:: @ 080B37A0
|
|
.ifdef EU
|
|
@ TODO only small differences
|
|
.incbin "baserom_eu.gba", 0x0B2EC8, 0x0000192
|
|
.else
|
|
.incbin "baserom.gba", 0x0B37A0, 0x0000192
|
|
.endif
|
|
.ifdef EU
|
|
@ TODO only small differences
|
|
.incbin "baserom_eu.gba", 0x0B305A, 0x00003E2
|
|
.else
|
|
.incbin "baserom.gba", 0x0B3932, 0x00003E2
|
|
.endif
|
|
|
|
gUnk_080B3D14:: @ 080B3D14
|
|
.incbin "baserom.gba", 0x0B3D14, 0x000000C
|
|
|
|
gUnk_080B3D20:: @ 080B3D20
|
|
.ifdef JP
|
|
@ TODO only small differences
|
|
.incbin "baserom_jp.gba", 0x0B3AC0, 0x00000B0
|
|
.else
|
|
.ifdef EU
|
|
.incbin "baserom_jp.gba", 0x0B3AC0, 0x00000B0
|
|
.else
|
|
.ifdef DEMO_JP
|
|
.incbin "baserom_jp.gba", 0x0B3AC0, 0x00000B0 @ TODO deduplicate
|
|
.else
|
|
.incbin "baserom.gba", 0x0B3D20, 0x00000B0
|
|
.endif
|
|
.endif
|
|
.endif
|