diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-01 20:30:41 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-01 19:30:41 -0500 |
commit | c429e6d69c3df23687e2336039b676b8927c238e (patch) | |
tree | 886c78662205b3ff6b2fa863087e81298b545b73 /include/fldeff.h | |
parent | fe1c14db76472101383f9f06d88d6d512faf367a (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.h | 1 |
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); |