diff options
author | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
commit | e1e2132a37e188372f3923cdb741897978cb6e2a (patch) | |
tree | 8c919b192cbb5f2dfc5289f79f77ea4ed1e1b56c /include | |
parent | b4312648e282909be909e084bf2302e29c538c68 (diff) |
sync fldeff function names with pokeruby
Diffstat (limited to 'include')
-rw-r--r-- | include/fldeff_80F9BCC.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/include/fldeff_80F9BCC.h b/include/fldeff_80F9BCC.h index 027bb4273..281d048c1 100644 --- a/include/fldeff_80F9BCC.h +++ b/include/fldeff_80F9BCC.h @@ -1,19 +1,13 @@ #ifndef GUARD_FLDEFF_80F9BCC_H #define GUARD_FLDEFF_80F9BCC_H -// Exported type declarations - -// Exported RAM declarations - -// Exported ROM declarations - -void sub_80FA5E4(s16 id, s16 x, s16 y); -void sub_80FA794(s16 x, s16 y); +void PopSecretBaseBalloon(s16 id, s16 x, s16 y); +void ShatterSecretBaseBreakableDoor(s16 x, s16 y); void CreateRecordMixingSprite(void); void DestroyRecordMixingSprite(void); void FldeffPoison_Start(void); -void sub_80FA970(s16); -void sub_80FA9D0(void); +void PlaySecretBaseMusicNoteMatSound(s16 metatileId); +void DoSecretBaseGlitterMatSparkle(void); bool8 sub_80FADE4(u16, u8); #endif //GUARD_FLDEFF_80F9BCC_H |