Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rubberduckycooly
GitHub Repository: rubberduckycooly/Sonic-CD-2011-Script-Decompilation
Path: blob/main/Scripts/Mission/Dragonfly.txt
1319 views
1
//-----------------Sonic CD Dragonfly Script------------------//
2
//--------Scripted by Christian Whitehead 'The Taxman'--------//
3
//-------Unpacked By Rubberduckycooly's Script Unpacker-------//
4
5
// Blank script...
6
// This Object is "used" in M094, could've been that originally it used Dragonflies instead of PohBees?
7
8
9
// ========================
10
// Editor Subs
11
// ========================
12
13
sub RSDKDraw
14
DrawSprite(0)
15
end sub
16
17
18
sub RSDKLoad
19
LoadSpriteSheet("Global/Display.gif")
20
SpriteFrame(-16, -16, 32, 32, 1, 143) //Script Icon, since there's nothing really here...
21
22
SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")
23
end sub
24
25