Lv Colors: Difference between revisions
From LMHack
More actions
Created page with "==== Original Author(s) ==== ''weirdboo, CyrusLoS'' ==== <span id="Description" class="mw-headline">Description</span> ==== These are the five area colors that can be specified for rooms in the jump table ''roominfo''. The ''Lv'' field corresponds to what color the room should be when lit and viewed with the Y button on the GBH. Note that this field only works properly with ''map2.'' {| class="wikitable" style="text-align: left" ! Number ! Start.dol Color Offset ! He..." |
|||
| Line 17: | Line 17: | ||
| 0x2FD060 | | 0x2FD060 | ||
| <nowiki>#E6FFC8 </nowiki> | | <nowiki>#E6FFC8 </nowiki> | ||
|[[Image:Lv0.png|center]] | |[[Image:Lv0.png|center|link=]] | ||
| Used for hallways and stairwells. When Luigi enters a room with ''Lv = 0'', the room will stay a dark grey color until it is lit. It will turn light green when lit. | | Used for hallways and stairwells. When Luigi enters a room with ''Lv = 0'', the room will stay a dark grey color until it is lit. It will turn light green when lit. | ||
|- | |- | ||
| Line 23: | Line 23: | ||
| 0x2FD064 | | 0x2FD064 | ||
| <nowiki>#FFEBA0 </nowiki> | | <nowiki>#FFEBA0 </nowiki> | ||
|[[Image:Lv1.png|center]] | |[[Image:Lv1.png|center|link=]] | ||
| Yellow. Used for '''Area 1''' rooms. When Luigi enters a room with ''Lv = 1'', the room will turn from a dark grey color into a light grey color. It will turn yellow when lit. | | Yellow. Used for '''Area 1''' rooms. When Luigi enters a room with ''Lv = 1'', the room will turn from a dark grey color into a light grey color. It will turn yellow when lit. | ||
|- | |- | ||
| Line 29: | Line 29: | ||
| 0x2FD068 | | 0x2FD068 | ||
| <nowiki>#AAC8FF </nowiki> | | <nowiki>#AAC8FF </nowiki> | ||
|[[Image:Lv2.png|center]] | |[[Image:Lv2.png|center|link=]] | ||
| Blue. Used for '''Area 2''' rooms. When Luigi enters a room with ''Lv = 2'', the room will turn from a dark grey color into a light grey color. It will turn blue when lit. | | Blue. Used for '''Area 2''' rooms. When Luigi enters a room with ''Lv = 2'', the room will turn from a dark grey color into a light grey color. It will turn blue when lit. | ||
|- | |- | ||
| Line 35: | Line 35: | ||
| 0x2FD06C | | 0x2FD06C | ||
| <nowiki>#AAFFA5 </nowiki> | | <nowiki>#AAFFA5 </nowiki> | ||
|[[Image:Lv3.png|center]] | |[[Image:Lv3.png|center|link=]] | ||
| Green. Used for '''Area 3''' rooms. When Luigi enters a room with ''Lv = 3'', the room will turn from a dark grey color into a light grey color. It will turn green when lit. | | Green. Used for '''Area 3''' rooms. When Luigi enters a room with ''Lv = 3'', the room will turn from a dark grey color into a light grey color. It will turn green when lit. | ||
|- | |- | ||
| Line 41: | Line 41: | ||
| 0x2FD070 | | 0x2FD070 | ||
| <nowiki>#FFB9C8 </nowiki> | | <nowiki>#FFB9C8 </nowiki> | ||
|[[Image:Lv4.png|center]] | |[[Image:Lv4.png|center|link=]] | ||
| Pink. Used for '''Area 4''' rooms. When Luigi enters a room with ''Lv = 4'', the room will turn from a dark grey color into a light grey color. It will turn pink when lit. | | Pink. Used for '''Area 4''' rooms. When Luigi enters a room with ''Lv = 4'', the room will turn from a dark grey color into a light grey color. It will turn pink when lit. | ||
|- | |- | ||
| Line 47: | Line 47: | ||
! 0x2FD058 | ! 0x2FD058 | ||
! <nowiki>#5A5F5A </nowiki> | ! <nowiki>#5A5F5A </nowiki> | ||
![[Image:Lvdark.png|center]] | ![[Image:Lvdark.png|center|link=]] | ||
! Dark grey. Used for rooms that haven't been visited yet. | ! Dark grey. Used for rooms that haven't been visited yet. | ||
|- | |- | ||
| Line 53: | Line 53: | ||
! 0x2FD05C | ! 0x2FD05C | ||
! <nowiki>#A5AAA0 </nowiki> | ! <nowiki>#A5AAA0 </nowiki> | ||
![[Image:Lvdark2.png|center]] | ![[Image:Lvdark2.png|center|link=]] | ||
! Grey. Used for rooms that have been visited, except if ''Lv = 0.'' | ! Grey. Used for rooms that have been visited, except if ''Lv = 0.'' | ||
|} | |} | ||
Revision as of 19:28, 11 April 2024
Original Author(s)
weirdboo, CyrusLoS
Description
These are the five area colors that can be specified for rooms in the jump table roominfo. The Lv field corresponds to what color the room should be when lit and viewed with the Y button on the GBH. Note that this field only works properly with map2.
| Number | Start.dol Color Offset | Hex Color | Color Preview | Description |
|---|---|---|---|---|
| 0 | 0x2FD060 | #E6FFC8 | ![]() |
Used for hallways and stairwells. When Luigi enters a room with Lv = 0, the room will stay a dark grey color until it is lit. It will turn light green when lit. |
| 1 | 0x2FD064 | #FFEBA0 | ![]() |
Yellow. Used for Area 1 rooms. When Luigi enters a room with Lv = 1, the room will turn from a dark grey color into a light grey color. It will turn yellow when lit. |
| 2 | 0x2FD068 | #AAC8FF | ![]() |
Blue. Used for Area 2 rooms. When Luigi enters a room with Lv = 2, the room will turn from a dark grey color into a light grey color. It will turn blue when lit. |
| 3 | 0x2FD06C | #AAFFA5 | ![]() |
Green. Used for Area 3 rooms. When Luigi enters a room with Lv = 3, the room will turn from a dark grey color into a light grey color. It will turn green when lit. |
| 4 | 0x2FD070 | #FFB9C8 | ![]() |
Pink. Used for Area 4 rooms. When Luigi enters a room with Lv = 4, the room will turn from a dark grey color into a light grey color. It will turn pink when lit. |
| N/A | 0x2FD058 | #5A5F5A | ![]() |
Dark grey. Used for rooms that haven't been visited yet. |
| N/A | 0x2FD05C | #A5AAA0 | ![]() |
Grey. Used for rooms that have been visited, except if Lv = 0. |






