Skip to content

Commit

Permalink
Fixed compilations errors with abgcc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkmnsnfrn committed Jul 27, 2024
1 parent 31fc497 commit 1ad3ba1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions include/constants/metatile_behaviors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/metatile_behavior.c
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,5 @@ bool32 MetatileBehavior_IsPokemonCenterSign(u32 mb)
bool32 MetatileBehavior_IsPokeMartSign(u32 mb)
{
return (mb == MB_POKEMART_SIGN);
#endif
}

0 comments on commit 1ad3ba1

Please sign in to comment.