mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
13 lines
268 B
ArmAsm
13 lines
268 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
ThoughtBubble_SFX:: @ 08122590
|
|
.incbin "thoughtBubble/ThoughtBubble_SFX.bin"
|
|
|
|
ThoughtBubble_Behaviors:: @ 08122598
|
|
.4byte ThoughtBubble_Init
|
|
.4byte ThoughtBubble_Update
|