-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
131 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
#ifndef GUARD_METATILE_LABELS_H | ||
#define GUARD_METATILE_LABELS_H | ||
|
||
// gTileset_MauvilleGym | ||
#define METATILE_MauvilleGym_RaisedSwitch 0x205 | ||
#define METATILE_MauvilleGym_PressedSwitch 0x206 | ||
#define METATILE_MauvilleGym_FloorTile 0x21A | ||
|
||
#define METATILE_MauvilleGym_GreenBeamH1_On 0x220 | ||
#define METATILE_MauvilleGym_GreenBeamH2_On 0x221 | ||
#define METATILE_MauvilleGym_GreenBeamH3_On 0x228 | ||
#define METATILE_MauvilleGym_GreenBeamH4_On 0x229 | ||
|
||
#define METATILE_MauvilleGym_GreenBeamH1_Off 0x230 | ||
#define METATILE_MauvilleGym_GreenBeamH2_Off 0x231 | ||
#define METATILE_MauvilleGym_GreenBeamH3_Off 0x238 | ||
#define METATILE_MauvilleGym_GreenBeamH4_Off 0x239 | ||
|
||
#define METATILE_MauvilleGym_RedBeamH1_On 0x222 | ||
#define METATILE_MauvilleGym_RedBeamH2_On 0x223 | ||
#define METATILE_MauvilleGym_RedBeamH3_On 0x22A | ||
#define METATILE_MauvilleGym_RedBeamH4_On 0x22B | ||
|
||
#define METATILE_MauvilleGym_RedBeamH1_Off 0x232 | ||
#define METATILE_MauvilleGym_RedBeamH2_Off 0x233 | ||
#define METATILE_MauvilleGym_RedBeamH3_Off 0x23A | ||
#define METATILE_MauvilleGym_RedBeamH4_Off 0x23B | ||
|
||
#define METATILE_MauvilleGym_GreenBeamV1_On 0x240 | ||
#define METATILE_MauvilleGym_GreenBeamV2_On 0x248 | ||
|
||
#define METATILE_MauvilleGym_RedBeamV1_On 0x241 | ||
#define METATILE_MauvilleGym_RedBeamV2_On 0x249 | ||
|
||
#define METATILE_MauvilleGym_PoleTop_On 0x250 | ||
#define METATILE_MauvilleGym_PoleTop_Off 0x251 | ||
|
||
#define METATILE_MauvilleGym_PoleBottom_On 0x242 | ||
#define METATILE_MauvilleGym_PoleBottom_Off 0x243 | ||
|
||
|
||
|
||
|
||
#endif // GUARD_METATILE_LABELS_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters