.macro print txt
mov r12,r12
b 1f
.word 0x6464
.ascii "\txt"
.byte 0
.align 4
1:
.endm


hook_02040B68:
print "CREATE SPRITE\n"
print "ClassID = %r0%\n"
print "Settings = %r1%\n"
print "Pos = %r2%\n"
print "Unk = %r3%\n"
print "\n"
bx lr

hook_0204D670:
print "FindActorByType %r0% %r1%\n"
bx lr
hook_0204D69C:
print "FindActorByType returns %r0%\n"
print "\n"
bx lr


hook_0201318C:
print "CREATEOBJ\n"
print "ClassID = %r0%\n"
print "Parent = %r1%\n"
print "Settings = %r2%\n"
print "Category = %r3%\n"
print "\n"
bx lr

hook_020131A0:
print "CREATEOBJ returns %r0%\n"
print "\n"
bx lr