Difference between revisions of "Groovie/T7G/Script Variables"

Jump to navigation Jump to search
T7G variables found in 25th Annv code https://github.com/Die4Ever/scummvm/blob/t7g25thAnnv/engines/groovie/script.cpp#L65-L94
m (Remove "*"s from google's wiki format)
(T7G variables found in 25th Annv code https://github.com/Die4Ever/scummvm/blob/t7g25thAnnv/engines/groovie/script.cpp#L65-L94)
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
| Indicate which room the character is in
| Indicate which room the character is in
|
|
|-
|0x0E7-0x0FB
| Puzzles solved
| value 0x31 for solved
|-
|-
|0x100
|0x100
Line 20: Line 24:
| Return value of functions
| Return value of functions
| Set by opcode 0x17 (return)  
| Set by opcode 0x17 (return)  
|-
|0x103
| Timer
| Incremented regularly (while idling) although can be "seeded" as such by the script
|-
|-
|0x104
|0x104
Line 28: Line 36:
| Current CD: -1=none, 0=all, 1, 2
| Current CD: -1=none, 0=all, 1, 2
| Set by opcode 0x4C (getcd). Shows the screen asking for a CD
| Set by opcode 0x4C (getcd). Shows the screen asking for a CD
|-
|0x107
| Open House
| 0x31 = disabled, 0xF0 = enabled
|}
|}
86

edits

Navigation menu