
oops hello to all
i have to code a sort of weird intro for the main party
the question is how to put datas as chiptune and gfx aga or not
in the exe ? 64 kb max ^^
thanx by advance
regards
steff
Code: Select all
; intro in 2010 by vitalmotion . just some freaks code
; nothing lameness but gut gut rabbit !
InitScreen(10)
InitAudio()
InitPTModule(0)
LoadPTModule(Module1,"jayblood.mod")
InitSound(10)
PlayPTModule(0)
IncludeBinary "jayblood.mod"
End
Code: Select all
; intro in 2010 by vitalmotion . just some freaks code
; nothing lameness but gut gut rabbit !
InitScreen(10)
InitAudio()
InitPTModule(0)
LoadPTModule(Module1,?includedfile1)
InitSound(10)
PlayPTModule(0)
DataSection
includedfile1: IncludeBinary "jayblood.mod"
EndDataSection