summaryrefslogtreecommitdiff
path: root/include/fldeff.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-04-01 20:30:41 -0400
committerhuderlem <huderlem@gmail.com>2019-04-01 19:30:41 -0500
commitc429e6d69c3df23687e2336039b676b8927c238e (patch)
tree886c78662205b3ff6b2fa863087e81298b545b73 /include/fldeff.h
parentfe1c14db76472101383f9f06d88d6d512faf367a (diff)
Move gPlayerFacingPosition out of sym_ewram.txt (#617)
* Move gPlayerFacingPosition out of sym_ewram.txt * Fix tabs in sym_ewram.txt * Remove redundant faraway island extern
Diffstat (limited to 'include/fldeff.h')
-rw-r--r--include/fldeff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fldeff.h b/include/fldeff.h
index e095396a4..ff6c9823f 100644
--- a/include/fldeff.h
+++ b/include/fldeff.h
@@ -10,6 +10,7 @@ void FixLongGrassMetatilesWindowTop(s16 x, s16 y);
void FixLongGrassMetatilesWindowBottom(s16 x, s16 y);
extern const struct SpritePalette gFieldEffectObjectPaletteInfo6;
+extern struct MapPosition gPlayerFacingPosition;
// groundshake
bool8 sub_81BE66C(void);