Added water ripple animation, removed second error message when the Compiler crashes

This commit is contained in:
Maruno17
2024-04-01 22:13:16 +01:00
parent 1ff5b12acd
commit a2af2c36f9
6 changed files with 25 additions and 4 deletions

View File

@@ -400,6 +400,9 @@ module Settings
# ID of the animation played when the player lands on the ground after hopping
# over a ledge (shows a dust impact).
DUST_ANIMATION_ID = 2
# ID of the animation played when the player finishes taking a step onto still
# water (shows a water ripple).
WATER_RIPPLE_ANIMATION_ID = 8
# ID of the animation played when a trainer notices the player (an exclamation
# bubble).
EXCLAMATION_ANIMATION_ID = 3