From 43b7fd741a3fcbda3ff868843e4639a3ab64b988 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 7 Nov 2019 09:41:59 -0500 Subject: Document Game Corner scripts --- include/constants/coins.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/constants/coins.h (limited to 'include/constants') diff --git a/include/constants/coins.h b/include/constants/coins.h new file mode 100644 index 000000000..fd68f3f9e --- /dev/null +++ b/include/constants/coins.h @@ -0,0 +1,6 @@ +#ifndef GUARD_CONSTANTS_COINS_H +#define GUARD_CONSTANTS_COINS_H + +#define MAX_COINS 9999 + +#endif // GUARD_CONSTANTS_COINS_H \ No newline at end of file -- cgit v1.2.3 From 0b5c2c2721ed7b996626b54835d2724677bf5b49 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 7 Nov 2019 10:32:21 -0500 Subject: Document New Mauville scripts --- include/constants/metatile_labels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 6d17fc047..c3ec28406 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.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 -- cgit v1.2.3