diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 08:36:18 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-29 10:03:06 +0800 |
commit | b566ae26decaa937c72f608044d8ea604c643260 (patch) | |
tree | d6f141d51737b3bacd37a25bc69f43a2236a756c /include/global.h | |
parent | 38febc8bafcab19965608e434135c054893dfb68 (diff) |
finished fldeff_dig + fldeff_rocksmash
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 12381c6f4..e1f63213a 100644 --- a/include/global.h +++ b/include/global.h @@ -726,8 +726,14 @@ struct SaveBlock1 /*0x3D38*/ struct TrainerTowerLog unkArray[4]; }; -extern struct SaveBlock1* gSaveBlock1Ptr; +struct MapPosition +{ + s16 x; + s16 y; + s8 height; +}; +extern struct SaveBlock1* gSaveBlock1Ptr; extern u8 gReservedSpritePaletteCount; #endif // GUARD_GLOBAL_H |