mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
13 lines
265 B
ArmAsm
13 lines
265 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
ThoughtBubble_SFX:: @ 08122590
|
|
.incbin "baserom.gba", 0x122590, 0x0000008
|
|
|
|
ThoughtBubble_Behaviors:: @ 08122598
|
|
.4byte ThoughtBubble_Init
|
|
.4byte ThoughtBubble_Update
|