Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rubberduckycooly
GitHub Repository: rubberduckycooly/Sonic-1-Sonic-2-2013-Script-Decompilation
Path: blob/master/Sonic 1/Scripts/Mission/ReviveMotobug2.txt
1482 views
1
// ----------------------------------
2
// RSDK Project: Sonic 1
3
// Script Description: Revive Motobug Object
4
// Script Author: Christian Whitehead/Simon Thomley
5
// Unpacked by Rubberduckycooly's script unpacker
6
// ----------------------------------
7
8
// This is just a blank script...
9
10
// ========================
11
// Editor Events
12
// ========================
13
14
event RSDKDraw
15
DrawSprite(0)
16
end event
17
18
19
event RSDKLoad
20
LoadSpriteSheet("Global/Display.gif")
21
SpriteFrame(-16, -16, 32, 32, 1, 143) // Generic script box
22
23
SetVariableAlias(ALIAS_VAR_PROPVAL, "unused")
24
end event
25
26