Fixed compilations errors with abgcc

This commit is contained in:
pkmnsnfrn 2024-07-27 10:58:51 -07:00
parent 31fc49734a
commit 1ad3ba1f32
2 changed files with 0 additions and 7 deletions

View File

@ -30,15 +30,9 @@
#define MB_UNUSED_SOOTOPOLIS_DEEP_WATER_2 0x1A
#define MB_STAIRS_OUTSIDE_ABANDONED_SHIP 0x1B
#define MB_SHOAL_CAVE_ENTRANCE 0x1C
#if OW_AUTO_SIGNPOST == TRUE
#define MB_SIGNPOST 0x1D
#define MB_POKEMON_CENTER_SIGN 0x1E
#define MB_POKEMART_SIGN 0x1F
#else
#define MB_UNUSED_1D 0x1D
#define MB_UNUSED_1E 0x1E
#define MB_UNUSED_1F 0x1F
#endif
#define MB_ICE 0x20
#define MB_SAND 0x21
#define MB_SEAWEED 0x22

View File

@ -1419,6 +1419,5 @@ bool32 MetatileBehavior_IsPokemonCenterSign(u32 mb)
bool32 MetatileBehavior_IsPokeMartSign(u32 mb)
{
return (mb == MB_POKEMART_SIGN);
#endif
}