Skip to content

Commit

Permalink
Fixed flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Sep 15, 2024
1 parent 4e3ab35 commit 7e53921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions constants/event_flags.asm
Original file line number Diff line number Diff line change
Expand Up @@ -766,9 +766,9 @@
const EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_TUTOR_CAUGHT_14_UNOWN
const EVENT_RUINS_OF_ALPH_RESEARCH_CENTER_TUTOR_CAUGHT_7_UNOWN
const EVENT_ROUTE_16_OPAL_SHARD
const EVENT_ILEX_FOREST_TINYMUHSROOM_1
const EVENT_ILEX_FOREST_TINYMUHSROOM_2
const EVENT_ILEX_FOREST_TINYMUHSROOM_3
const EVENT_ILEX_FOREST_TINYMUSHROOM_1
const EVENT_ILEX_FOREST_TINYMUSHROOM_2
const EVENT_ILEX_FOREST_TINYMUSHROOM_3
; Unused: next 97 events

const_next 1000
Expand Down
6 changes: 3 additions & 3 deletions maps/IlexForest.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,6 @@ IlexForest_MapEvents:
object_event 9, 17, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IlexForestXAttack, EVENT_ILEX_FOREST_X_ATTACK
object_event 17, 7, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IlexForestAntidote, EVENT_ILEX_FOREST_ANTIDOTE
object_event 27, 1, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, IlexForestEther, EVENT_ILEX_FOREST_ETHER
object_event 23, 22, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom1, EVENT_ILEX_FOREST_TINYMUHSROOM_1
object_event 27, 12, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom2, EVENT_ILEX_FOREST_TINYMUHSROOM_2
object_event 0, 9, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom3, EVENT_ILEX_FOREST_TINYMUHSROOM_3
object_event 23, 22, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom1, EVENT_ILEX_FOREST_TINYMUSHROOM_1
object_event 27, 12, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom2, EVENT_ILEX_FOREST_TINYMUSHROOM_2
object_event 0, 9, SPRITE_MUSHROOM, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, IlexForestTinyMushroom3, EVENT_ILEX_FOREST_TINYMUSHROOM_3

0 comments on commit 7e53921

Please sign in to comment.