finished fldeff_poison

This commit is contained in:
jiangzhengwenjz
2019-06-28 11:33:23 +08:00
parent d06166633f
commit 3f43150b5a
9 changed files with 49 additions and 104 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ u32 ChangeBgY(u8 bg, u32 value, u8 op);
u32 ChangeBgY_ScreenOff(u8 bg, u32 value, u8 op);
u32 GetBgY(u8 bg);
void SetBgAffine(u8 bg, u32 srcCenterX, u32 srcCenterY, s16 dispCenterX, s16 dispCenterY, s16 scaleX, s16 scaleY, u16 rotationAngle);
u8 Unused_AdjustBgMosaic(u8 a1, u8 a2);
u8 AdjustBgMosaic(u8 a1, u8 a2);
void SetBgTilemapBuffer(u8 bg, void *tilemap);
void UnsetBgTilemapBuffer(u8 bg);
void* GetBgTilemapBuffer(u8 bg);
+4
View File
@@ -4,4 +4,8 @@
// rock smash
u8 oei_task_add(void);
// poison
void FldEffPoison_Start(void);
bool32 FldEffPoison_IsActive(void);
#endif // GUARD_FLDEFF_H
+1 -1
View File
@@ -11,6 +11,6 @@
void sub_80FA5E4(s16 id, s16 x, s16 y);
void sub_80FA794(s16 x, s16 y);
void overworld_poison_effect(void);
void FldEffPoison_Start(void);
#endif //GUARD_FLDEFF_80F9BCC_H