Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rubberduckycooly
GitHub Repository: rubberduckycooly/Sonic-CD-2011-Script-Decompilation
Path: blob/main/Scripts/Mission/Mosqui.txt
1319 views
1
//------------------Sonic CD Mosqui Script--------------------//
2
//--------Scripted by Christian Whitehead 'The Taxman'--------//
3
//-------Unpacked By Rubberduckycooly's Script Unpacker-------//
4
5
//... i think they realized the normal mosqui would be good enough
6
7
8
// ========================
9
// Editor Subs
10
// ========================
11
12
sub RSDKDraw
13
DrawSprite(0)
14
end sub
15
16
17
sub RSDKLoad
18
LoadSpriteSheet("Global/Display.gif")
19
SpriteFrame(-16, -16, 32, 32, 1, 143) //Script Icon, since there's nothing really here...
20
21
SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")
22
end sub
23
24