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