Field effect for cutting grass is missing setfieldeffectargument. Issue #5766 (#5952)

This commit is contained in:
shachar700
2025-01-05 17:45:21 +02:00
committed by GitHub
parent c6d92eaf80
commit cbd0b3ef0c
3 changed files with 14 additions and 1 deletions

View File

@@ -405,6 +405,7 @@ extern const u8 EventScript_UseFlash[];
extern const u8 EventScript_UseCut[];
extern const u8 EventScript_UseRockSmash[];
extern const u8 EventScript_UseDig[];
extern const u8 EventScript_UseCutGrass[];
//player pc
extern const u8 LittlerootTown_BrendansHouse_2F_EventScript_TurnOffPlayerPC[];