Merge pull request #882 from GriffinRichards/doc-mauville
Document Mauville and New Mauville scripts
This commit is contained in:
6
include/constants/coins.h
Normal file
6
include/constants/coins.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef GUARD_CONSTANTS_COINS_H
|
||||
#define GUARD_CONSTANTS_COINS_H
|
||||
|
||||
#define MAX_COINS 9999
|
||||
|
||||
#endif // GUARD_CONSTANTS_COINS_H
|
||||
@@ -381,7 +381,7 @@
|
||||
#define METATILE_TrickHousePuzzle_Arrow_RedOnBlack_Right_Alt 0x27C
|
||||
#define METATILE_TrickHousePuzzle_Arrow_YellowOnWhite_Right 0x298
|
||||
|
||||
// gTileset_BikeShop
|
||||
// gTileset_BikeShop (also used by New Mauville)
|
||||
#define METATILE_BikeShop_Barrier_Hidden_Top 0x269
|
||||
#define METATILE_BikeShop_Barrier_Hidden_Bottom 0x271
|
||||
#define METATILE_BikeShop_Floor_Shadow_Top 0x26D
|
||||
|
||||
@@ -552,7 +552,7 @@ extern const u8 EventScript_FieldPoison[];
|
||||
extern const u8 EventScript_EggHatch[];
|
||||
extern const u8 UnusualWeather_EventScript_EndEventAndCleanup_1[];
|
||||
extern const u8 IslandCave_EventScript_OpenRegiEntrance[];
|
||||
extern const u8 MauvilleCity_EventScript_1DF7BA[];
|
||||
extern const u8 MauvilleCity_EventScript_RegisterWallyCall[];
|
||||
extern const u8 Route119_EventScript_1F49EC[];
|
||||
extern const u8 LittlerootTown_ProfessorBirchsLab_EventScript_1FA4D6[];
|
||||
extern const u8 RustboroCity_Gym_EventScript_RegisterRoxanne[];
|
||||
|
||||
Reference in New Issue
Block a user