Show last authors
1 The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on **Edit** to get started!
2
3 (% class="wikigeneratedid" id="HFlags2CItems2CandSpells" %)
4 This page is intended to be a space to document the important bits in memory that we've mapped. These can be used to create Gameshark codes and patches to fix bugs and help progress through the game, or just for recreational use.
5
6
7 {{toc start="2"/}}
8
9 {{groovy}}
10 def data = [
11 flags: [
12 ],
13 items: [
14 [
15 address: "0x5C5D6C",
16 bits: [
17 "?",
18 "?",
19 "?",
20 "DarkIce Mines SpellStone (unactivated)",
21 "DarkIce Mines SpellStone (activated)",
22 "Horn of Truth",
23 "?",
24 "?"
25 ]
26 ]
27 ],
28 spells: [
29 ]
30 ]
31
32 println "== Progression Flags=="
33 println ""
34 data.items.each { item ->
35 println "**$item.address**"
36 println ""
37 println "|(% style=\"width:35px\" %)**Bit**|(% style=\"width:463px\" %)**Purpose**"
38 item.bits.eachWithIndex { bit, index ->
39 println "|(% style=\"width:35px\" %)$index|(% style=\"width:463px\" %)${item.bits[index]}"
40 }
41 println ""
42 }
43
44 {{/groovy}}
45
46 == Progression Flags ==
47
48
49 == Cutscene Flags ==
50
51
52 == Items ==
53
54 **0x5C4D6C**
55
56 (% style="width:500px" %)
57 |(% style="width:35px" %)**Bit**|(% style="width:463px" %)**Purpose**
58 |(% style="width:35px" %)0|(% style="width:463px" %)?
59 |(% style="width:35px" %)1|(% style="width:463px" %)?
60 |(% style="width:35px" %)2|(% style="width:463px" %)?
61 |(% style="width:35px" %)3|(% style="width:463px" %)DarkIce Mines SpellStone (unactivated)
62 |(% style="width:35px" %)4|(% style="width:463px" %)DarkIce Mines SpellStone (activated)
63 |(% style="width:35px" %)5|(% style="width:463px" %)Horn of Truth
64 |(% style="width:35px" %)6|(% style="width:463px" %)?
65 |(% style="width:35px" %)7|(% style="width:463px" %)?
66
67 **0x5C4D80**
68
69 (% style="width:500px" %)
70 |(% style="width:35px" %)**Bit**|(% style="width:463px" %)**Purpose**
71 |(% style="width:35px" %)0|(% style="width:463px" %)?
72 |(% style="width:35px" %)1|(% style="width:463px" %)?
73 |(% style="width:35px" %)2|(% style="width:463px" %)Silver Tooth (Heel Command?)
74 |(% style="width:35px" %)3|(% style="width:463px" %)Gold Tooth (Heel Command?)
75 |(% style="width:35px" %)4|(% style="width:463px" %)?
76 |(% style="width:35px" %)5|(% style="width:463px" %)?
77 |(% style="width:35px" %)6|(% style="width:463px" %)Sun Stone
78 |(% style="width:35px" %)7|(% style="width:463px" %)Moon Stone
79
80 **0x5C4DBB**
81
82 (% style="width:500px" %)
83 |(% style="width:35px" %)**Bit**|(% style="width:463px" %)**Purpose**
84 |(% style="width:35px" %)0|(% style="width:463px" %)?
85 |(% style="width:35px" %)1|(% style="width:463px" %)?
86 |(% style="width:35px" %)2|(% style="width:463px" %)?
87 |(% style="width:35px" %)3|(% style="width:463px" %)?
88 |(% style="width:35px" %)4|(% style="width:463px" %)?
89 |(% style="width:35px" %)5|(% style="width:463px" %)?
90 |(% style="width:35px" %)6|(% style="width:463px" %)Bay Diamond
91 |(% style="width:35px" %)7|(% style="width:463px" %)PointBack Egg
92
93 **0x5C4DBF**
94
95 (% style="width:500px" %)
96 |(% style="width:35px" %)**Bit**|(% style="width:463px" %)**Purpose**
97 |(% style="width:35px" %)0|(% style="width:463px" %)?
98 |(% style="width:35px" %)1|(% style="width:463px" %)?
99 |(% style="width:35px" %)2|(% style="width:463px" %)?
100 |(% style="width:35px" %)3|(% style="width:463px" %)?
101 |(% style="width:35px" %)4|(% style="width:463px" %)?
102 |(% style="width:35px" %)5|(% style="width:463px" %)Small Food Bag
103 |(% style="width:35px" %)6|(% style="width:463px" %)Medium Food Bag
104 |(% style="width:35px" %)7|(% style="width:463px" %)Large Food Bag
105
106 == Spells ==
107
108 {{info}}
109 Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page.
110 {{/info}}
111
112 If you want to give a look to the underlying [[XWiki Syntax>>XWiki.XWikiSyntax]], you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page.
113
114 Here are a number of test pages you can play with:
115
116 * [[Sandbox Test Page 1>>Sandbox.TestPage1]]
117 * [[Sandbox Test Page 2>>Sandbox.TestPage2]]
118 * [[Sandbox Test Page 3>>Sandbox.TestPage3]]
119
120 Below is a demonstration of the [[XWiki Syntax>>XWiki.XWikiSyntax]] you can use in wiki pages (headings, images, tables).
121
122 = Headings =
123
124 XWiki offers 6 levels of headings. You can use them to structure your pages.
125
126 == Level 2 Heading ==
127
128 === Level 3 Heading ===
129
130 ==== Level 4 Heading 4 ====
131
132 ===== Level 5 Heading 5 =====
133
134 ====== Level 6 Heading 6 ======
135
136 = Styles =
137
138 Basic styles are supported in XWiki:
139
140 * **Text in Bold**
141 * //Text in Italics//
142 * __Text in Underline__
143 * --Text in Strikethrough--
144 * Text in ,,subscript,,
145 * Text in ^^superscript^^
146
147 = Lists =
148
149 You can create various types of lists in your wiki pages:
150
151 == Unordered list ==
152
153 * Level 1
154 ** Level 2
155 *** Level 3
156 ** Level 2
157 * Level 1
158
159 == Numbered list ==
160
161 1. Item
162 11. Subitem
163 111. Item
164 1. Subitem
165
166 == Mixed list ==
167
168 1. Item 1
169 11. Item 2
170 11*. Item 3
171 11*. Item 4
172 1. Item 5
173
174 = Tables =
175
176 You can create tables right into wiki pages:
177
178 == Table with headers in the top row ==
179
180 |= table header |= table header |= table header
181 | cell | cell | cell
182 | cell | cell | cell
183
184 == Table with headers in the top row and left column ==
185
186 |= table header |= table header |= table header
187 |= table header | cell | cell
188 |= table header | cell | cell
189
190 = Links =
191
192 XWiki allows you to create links to other pages in your wiki or on the web:
193
194 * [[WebHome]] -> links to the homepage of the current space
195 * [[Sandbox Home>>WebHome]] -> links can have labels
196 * [[Wiki Home>>Main.WebHome]] -> a link can use the SpaceName.PageName format to link to a page located in another space
197 * [[http://www.xwiki.org]] -> you can link to wiki pages or to external websites
198 * [[XWiki.org Website>>http://www.xwiki.org]] -> link labels work for exernal links too
199
200 You can also create links to attachments:
201
202 attach:XWikiLogo.png
203
204 = Images =
205
206 You can insert images in your wiki pages:
207
208 image:XWikiLogo.png
209
210 = Macros =
211
212 Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages:
213
214 == Warning Macro ==
215
216 This macro allows you to draw users' attention to a specific piece of information:
217
218 {{warning}}
219 Hello World
220 {{/warning}}
221
222 == Table of Contents ==
223
224 This macro automatically generates a table of contents of your wiki page based on headings:
225
226 {{toc/}}

Welcome

Welcome to DPWiki!

This is an archive of information documenting Dinosaur Planet, the game's history, its lore, characters, how to play the ROM, as well as technical documentation regarding cheats, mods, and engine tech.

Be sure to join us on Discord!