Skip to content

Commit

Permalink
Bugfix: Shake grass is brown on Route 45
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jun 26, 2024
1 parent 16ff39e commit d3344fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engine/overworld/map_objects.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2100,9 +2100,13 @@ SpawnEmote:

ShakeGrass:
push bc
ld a, [wMapGroup]
cp GROUP_SAFARI_ZONE_AREA_2
jr nz, .not_safari
ld a, [wMapNumber]
cp MAP_SAFARI_ZONE_AREA_2
jr z, .sandgrass
.not_safari
ld de, .GrassObject
.done
call CopyTempObjectData
Expand Down

0 comments on commit d3344fc

Please sign in to comment.