yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
object_names.h
Go to the documentation of this file.
1#ifndef YAZE_APP_ZELDA3_DUNGEON_OBJECT_NAMES_H
2#define YAZE_APP_ZELDA3_DUNGEON_OBJECT_NAMES_H
3
4#include "absl/strings/string_view.h"
5
6namespace yaze {
7namespace zelda3 {
8
9constexpr static inline absl::string_view Type1RoomObjectNames[] = {
10 "Ceiling ↔",
11 "Wall (top, north) ↔",
12 "Wall (top, south) ↔",
13 "Wall (bottom, north) ↔",
14 "Wall (bottom, south) ↔",
15 "Wall columns (north) ↔",
16 "Wall columns (south) ↔",
17 "Deep wall (north) ↔",
18 "Deep wall (south) ↔",
19 "Diagonal wall A ◤ (top) ↔",
20 "Diagonal wall A ◣ (top) ↔",
21 "Diagonal wall A ◥ (top) ↔",
22 "Diagonal wall A ◢ (top) ↔",
23 "Diagonal wall B ◤ (top) ↔",
24 "Diagonal wall B ◣ (top) ↔",
25 "Diagonal wall B ◥ (top) ↔",
26 "Diagonal wall B ◢ (top) ↔",
27 "Diagonal wall C ◤ (top) ↔",
28 "Diagonal wall C ◣ (top) ↔",
29 "Diagonal wall C ◥ (top) ↔",
30 "Diagonal wall C ◢ (top) ↔",
31 "Diagonal wall A ◤ (bottom) ↔",
32 "Diagonal wall A ◣ (bottom) ↔",
33 "Diagonal wall A ◥ (bottom) ↔",
34 "Diagonal wall A ◢ (bottom) ↔",
35 "Diagonal wall B ◤ (bottom) ↔",
36 "Diagonal wall B ◣ (bottom) ↔",
37 "Diagonal wall B ◥ (bottom) ↔",
38 "Diagonal wall B ◢ (bottom) ↔",
39 "Diagonal wall C ◤ (bottom) ↔",
40 "Diagonal wall C ◣ (bottom) ↔",
41 "Diagonal wall C ◥ (bottom) ↔",
42 "Diagonal wall C ◢ (bottom) ↔",
43 "Platform stairs ↔",
44 "Rail ↔",
45 "Pit edge ┏━┓ A (north) ↔",
46 "Pit edge ┏━┓ B (north) ↔",
47 "Pit edge ┏━┓ C (north) ↔",
48 "Pit edge ┏━┓ D (north) ↔",
49 "Pit edge ┏━┓ E (north) ↔",
50 "Pit edge ┗━┛ (south) ↔",
51 "Pit edge ━━━ (south) ↔",
52 "Pit edge ━━━ (north) ↔",
53 "Pit edge ━━┛ (south) ↔",
54 "Pit edge ┗━━ (south) ↔",
55 "Pit edge ━━┓ (north) ↔",
56 "Pit edge ┏━━ (north) ↔",
57 "Rail wall (north) ↔",
58 "Rail wall (south) ↔",
59 "Nothing",
60 "Nothing",
61 "Carpet ↔",
62 "Carpet trim ↔",
63 "Weird door", // TODO: WEIRD DOOR OBJECT NEEDS INVESTIGATION
64 "Drapes (north) ↔",
65 "Drapes (west, odd) ↔",
66 "Statues ↔",
67 "Columns ↔",
68 "Wall decors (north) ↔",
69 "Wall decors (south) ↔",
70 "Chairs in pairs ↔",
71 "Tall torches ↔",
72 "Supports (north) ↔",
73 "Water edge ┏━┓ (concave) ↔",
74 "Water edge ┗━┛ (concave) ↔",
75 "Water edge ┏━┓ (convex) ↔",
76 "Water edge ┗━┛ (convex) ↔",
77 "Water edge ┏━┛ (concave) ↔",
78 "Water edge ┗━┓ (concave) ↔",
79 "Water edge ┗━┓ (convex) ↔",
80 "Water edge ┏━┛ (convex) ↔",
81 "Unknown", // TODO: NEEDS IN GAME CHECKING
82 "Unknown", // TODO: NEEDS IN GAME CHECKING
83 "Unknown", // TODO: NEEDS IN GAME CHECKING
84 "Unknown", // TODO: NEEDS IN GAME CHECKING
85 "Supports (south) ↔",
86 "Bar ↔",
87 "Shelf A ↔",
88 "Shelf B ↔",
89 "Shelf C ↔",
90 "Somaria path ↔",
91 "Cannon hole A (north) ↔",
92 "Cannon hole A (south) ↔",
93 "Pipe path ↔",
94 "Nothing",
95 "Wall torches (north) ↔",
96 "Wall torches (south) ↔",
97 "Nothing",
98 "Nothing",
99 "Nothing",
100 "Nothing",
101 "Cannon hole B (north) ↔",
102 "Cannon hole B (south) ↔",
103 "Thick rail ↔",
104 "Blocks ↔",
105 "Long rail ↔",
106 "Ceiling ↕",
107 "Wall (top, west) ↕",
108 "Wall (top, east) ↕",
109 "Wall (bottom, west) ↕",
110 "Wall (bottom, east) ↕",
111 "Wall columns (west) ↕",
112 "Wall columns (east) ↕",
113 "Deep wall (west) ↕",
114 "Deep wall (east) ↕",
115 "Rail ↕",
116 "Pit edge (west) ↕",
117 "Pit edge (east) ↕",
118 "Rail wall (west) ↕",
119 "Rail wall (east) ↕",
120 "Nothing",
121 "Nothing",
122 "Carpet ↕",
123 "Carpet trim ↕",
124 "Nothing",
125 "Drapes (west) ↕",
126 "Drapes (east) ↕",
127 "Columns ↕",
128 "Wall decors (west) ↕",
129 "Wall decors (east) ↕",
130 "Supports (west) ↕",
131 "Water edge (west) ↕",
132 "Water edge (east) ↕",
133 "Supports (east) ↕",
134 "Somaria path ↕",
135 "Pipe path ↕",
136 "Nothing",
137 "Wall torches (west) ↕",
138 "Wall torches (east) ↕",
139 "Wall decors tight A (west) ↕",
140 "Wall decors tight A (east) ↕",
141 "Wall decors tight B (west) ↕",
142 "Wall decors tight B (east) ↕",
143 "Cannon hole (west) ↕",
144 "Cannon hole (east) ↕",
145 "Tall torches ↕",
146 "Thick rail ↕",
147 "Blocks ↕",
148 "Long rail ↕",
149 "Jump ledge (west) ↕",
150 "Jump ledge (east) ↕",
151 "Rug trim (west) ↕",
152 "Rug trim (east) ↕",
153 "Bar ↕",
154 "Wall flair (west) ↕",
155 "Wall flair (east) ↕",
156 "Blue pegs ↕",
157 "Orange pegs ↕",
158 "Invisible floor ↕",
159 "Fake pots ↕",
160 "Hammer pegs ↕",
161 "Nothing",
162 "Nothing",
163 "Nothing",
164 "Nothing",
165 "Nothing",
166 "Nothing",
167 "Nothing",
168 "Nothing",
169 "Nothing",
170 "Diagonal ceiling A ◤",
171 "Diagonal ceiling A ◣",
172 "Diagonal ceiling A ◥",
173 "Diagonal ceiling A ◢",
174 "Pit ⇲",
175 "Diagonal layer 2 mask A ◤",
176 "Diagonal layer 2 mask A ◣",
177 "Diagonal layer 2 mask A ◥",
178 "Diagonal layer 2 mask A ◢",
179 "Diagonal layer 2 mask B ◤", // TODO: VERIFY
180 "Diagonal layer 2 mask B ◣", // TODO: VERIFY
181 "Diagonal layer 2 mask B ◥", // TODO: VERIFY
182 "Diagonal layer 2 mask B ◢", // TODO: VERIFY
183 "Nothing",
184 "Nothing",
185 "Nothing",
186 "Jump ledge (north) ↔",
187 "Jump ledge (south) ↔",
188 "Rug ↔",
189 "Rug trim (north) ↔",
190 "Rug trim (south) ↔",
191 "Archery game curtains ↔",
192 "Wall flair (north) ↔",
193 "Wall flair (south) ↔",
194 "Blue pegs ↔",
195 "Orange pegs ↔",
196 "Invisible floor ↔",
197 "Fake pressure plates ↔",
198 "Fake pots ↔",
199 "Hammer pegs ↔",
200 "Nothing",
201 "Nothing",
202 "Ceiling (large) ⇲",
203 "Chest platform (tall) ⇲",
204 "Layer 2 pit mask (large) ⇲",
205 "Layer 2 pit mask (medium) ⇲",
206 "Floor 1 ⇲",
207 "Floor 3 ⇲",
208 "Layer 2 mask (large) ⇲",
209 "Floor 4 ⇲",
210 "Water floor ⇲ ",
211 "Flood water (medium) ⇲ ",
212 "Conveyor floor ⇲ ",
213 "Nothing",
214 "Nothing",
215 "Moving wall (west) ⇲",
216 "Moving wall (east) ⇲",
217 "Nothing",
218 "Nothing",
219 "Icy floor A ⇲",
220 "Icy floor B ⇲",
221 "Moving wall flag", // TODO: WTF IS THIS?
222 "Moving wall flag", // TODO: WTF IS THIS?
223 "Moving wall flag", // TODO: WTF IS THIS?
224 "Moving wall flag", // TODO: WTF IS THIS?
225 "Layer 2 mask (medium) ⇲",
226 "Flood water (large) ⇲",
227 "Layer 2 swim mask ⇲",
228 "Flood water B (large) ⇲",
229 "Floor 2 ⇲",
230 "Chest platform (short) ⇲",
231 "Table / rock ⇲",
232 "Spike blocks ⇲",
233 "Spiked floor ⇲",
234 "Floor 7 ⇲",
235 "Tiled floor ⇲",
236 "Rupee floor ⇲",
237 "Conveyor upwards ⇲",
238 "Conveyor downwards ⇲",
239 "Conveyor leftwards ⇲",
240 "Conveyor rightwards ⇲",
241 "Heavy current water ⇲",
242 "Floor 10 ⇲",
243 "Nothing",
244 "Nothing",
245 "Nothing",
246 "Nothing",
247 "Nothing",
248 "Nothing",
249 "Nothing",
250 "Nothing",
251 "Nothing",
252 "Nothing",
253 "Nothing",
254 "Nothing",
255 "Nothing",
256 "Nothing",
257 "Nothing",
258};
259
260constexpr static inline absl::string_view Type2RoomObjectNames[] = {
261 "Corner (top, concave) ▛",
262 "Corner (top, concave) ▙",
263 "Corner (top, concave) ▜",
264 "Corner (top, concave) ▟",
265 "Corner (top, convex) ▟",
266 "Corner (top, convex) ▜",
267 "Corner (top, convex) ▙",
268 "Corner (top, convex) ▛",
269 "Corner (bottom, concave) ▛",
270 "Corner (bottom, concave) ▙",
271 "Corner (bottom, concave) ▜",
272 "Corner (bottom, concave) ▟",
273 "Corner (bottom, convex) ▟",
274 "Corner (bottom, convex) ▜",
275 "Corner (bottom, convex) ▙",
276 "Corner (bottom, convex) ▛",
277 "Kinked corner north (bottom) ▜",
278 "Kinked corner south (bottom) ▟",
279 "Kinked corner north (bottom) ▛",
280 "Kinked corner south (bottom) ▙",
281 "Kinked corner west (bottom) ▙",
282 "Kinked corner west (bottom) ▛",
283 "Kinked corner east (bottom) ▟",
284 "Kinked corner east (bottom) ▜",
285 "Deep corner (concave) ▛",
286 "Deep corner (concave) ▙",
287 "Deep corner (concave) ▜",
288 "Deep corner (concave) ▟",
289 "Large brazier",
290 "Statue",
291 "Star tile (disabled)",
292 "Star tile (enabled)",
293 "Small torch (lit)",
294 "Barrel",
295 "Unknown", // TODO: NEEDS IN GAME CHECKING
296 "Table",
297 "Fairy statue",
298 "Unknown", // TODO: NEEDS IN GAME CHECKING
299 "Unknown", // TODO: NEEDS IN GAME CHECKING
300 "Chair",
301 "Bed",
302 "Fireplace",
303 "Mario portrait",
304 "Unknown", // TODO: NEEDS IN GAME CHECKING
305 "Unknown", // TODO: NEEDS IN GAME CHECKING
306 "Interroom stairs (up)",
307 "Interroom stairs (down)",
308 "Interroom stairs B (down)",
309 "Intraroom stairs north B", // TODO: VERIFY LAYER HANDLING
310 "Intraroom stairs north (separate layers)",
311 "Intraroom stairs north (merged layers)",
312 "Intraroom stairs north (swim layer)",
313 "Block",
314 "Water ladder (north)",
315 "Water ladder (south)", // TODO: NEEDS IN GAME VERIFICATION
316 "Dam floodgate",
317 "Interroom spiral stairs up (top)",
318 "Interroom spiral stairs down (top)",
319 "Interroom spiral stairs up (bottom)",
320 "Interroom spiral stairs down (bottom)",
321 "Sanctuary wall (north)",
322 "Unknown", // TODO: NEEDS IN GAME CHECKING
323 "Pew",
324 "Magic bat altar",
325};
326
327constexpr static inline absl::string_view Type3RoomObjectNames[] = {
328 "Waterfall face (empty)",
329 "Waterfall face (short)",
330 "Waterfall face (long)",
331 "Somaria path endpoint",
332 "Somaria path intersection ╋",
333 "Somaria path corner ┏",
334 "Somaria path corner ┗",
335 "Somaria path corner ┓",
336 "Somaria path corner ┛",
337 "Somaria path intersection ┳",
338 "Somaria path intersection ┻",
339 "Somaria path intersection ┣",
340 "Somaria path intersection ┫",
341 "Unknown", // TODO: NEEDS IN GAME CHECKING
342 "Somaria path 2-way endpoint",
343 "Somaria path crossover",
344 "Babasu hole (north)",
345 "Babasu hole (south)",
346 "9 blue rupees",
347 "Telepathy tile",
348 "Warp door", // TODO: NEEDS IN GAME VERIFICATION THAT THIS IS USELESS
349 "Kholdstare's shell",
350 "Hammer peg",
351 "Prison cell",
352 "Big key lock",
353 "Chest",
354 "Chest (open)",
355 "Intraroom stairs south", // TODO: VERIFY LAYER HANDLING
356 "Intraroom stairs south (separate layers)",
357 "Intraroom stairs south (merged layers)",
358 "Interroom straight stairs up (north, top)",
359 "Interroom straight stairs down (north, top)",
360 "Interroom straight stairs up (south, top)",
361 "Interroom straight stairs down (south, top)",
362 "Deep corner (convex) ▟",
363 "Deep corner (convex) ▜",
364 "Deep corner (convex) ▙",
365 "Deep corner (convex) ▛",
366 "Interroom straight stairs up (north, bottom)",
367 "Interroom straight stairs down (north, bottom)",
368 "Interroom straight stairs up (south, bottom)",
369 "Interroom straight stairs down (south, bottom)",
370 "Lamp cones",
371 "Unknown", // TODO: NEEDS IN GAME CHECKING
372 "Liftable large block",
373 "Agahnim's altar",
374 "Agahnim's boss room",
375 "Pot",
376 "Unknown", // TODO: NEEDS IN GAME CHECKING
377 "Big chest",
378 "Big chest (open)",
379 "Intraroom stairs south (swim layer)",
380 "Unknown", // TODO: NEEDS IN GAME CHECKING
381 "Unknown", // TODO: NEEDS IN GAME CHECKING
382 "Unknown", // TODO: NEEDS IN GAME CHECKING
383 "Unknown", // TODO: NEEDS IN GAME CHECKING
384 "Unknown", // TODO: NEEDS IN GAME CHECKING
385 "Unknown", // TODO: NEEDS IN GAME CHECKING
386 "Pipe end (south)",
387 "Pipe end (north)",
388 "Pipe end (east)",
389 "Pipe end (west)",
390 "Pipe corner ▛",
391 "Pipe corner ▙",
392 "Pipe corner ▜",
393 "Pipe corner ▟",
394 "Pipe-rock intersection ⯊",
395 "Pipe-rock intersection ⯋",
396 "Pipe-rock intersection ◖",
397 "Pipe-rock intersection ◗",
398 "Pipe crossover",
399 "Bombable floor",
400 "Fake bombable floor",
401 "Unknown", // TODO: NEEDS IN GAME CHECKING
402 "Warp tile",
403 "Tool rack",
404 "Furnace",
405 "Tub (wide)",
406 "Anvil",
407 "Warp tile (disabled)",
408 "Pressure plate",
409 "Unknown", // TODO: NEEDS IN GAME CHECKING
410 "Blue peg",
411 "Orange peg",
412 "Fortune teller room",
413 "Unknown", // TODO: NEEDS IN GAME CHECKING
414 "Bar corner ▛",
415 "Bar corner ▙",
416 "Bar corner ▜",
417 "Bar corner ▟",
418 "Decorative bowl",
419 "Tub (tall)",
420 "Bookcase",
421 "Range",
422 "Suitcase",
423 "Bar bottles",
424 "Arrow game hole (west)",
425 "Arrow game hole (east)",
426 "Vitreous goo gfx",
427 "Fake pressure plate",
428 "Medusa head",
429 "4-way shooter block",
430 "Pit",
431 "Wall crack (north)",
432 "Wall crack (south)",
433 "Wall crack (west)",
434 "Wall crack (east)",
435 "Large decor",
436 "Water grate (north)",
437 "Water grate (south)",
438 "Water grate (west)",
439 "Water grate (east)",
440 "Window sunlight",
441 "Floor sunlight",
442 "Trinexx's shell",
443 "Layer 2 mask (full)",
444 "Boss entrance",
445 "Minigame chest",
446 "Ganon door",
447 "Triforce wall ornament",
448 "Triforce floor tiles",
449 "Freezor hole",
450 "Pile of bones",
451 "Vitreous goo damage",
452 "Arrow tile ↑",
453 "Arrow tile ↓",
454 "Arrow tile →",
455 "Nothing",
456};
457
458} // namespace zelda3
459} // namespace yaze
460
461#endif // YAZE_APP_ZELDA3_DUNGEON_OBJECT_NAMES_H
Zelda 3 specific classes and functions.
Main namespace for the application.
Definition controller.cc:18