Add npc text color constants

This commit is contained in:
GriffinR
2022-08-09 16:03:42 -04:00
parent 0c1adf2115
commit fbdbc5851c
84 changed files with 318 additions and 294 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ TwoIsland_House_EventScript_ChooseMoveToTeach::
TwoIsland_House_EventScript_GiveBigMushroom::
removeitem ITEM_BIG_MUSHROOM
textcolor 3
textcolor NPC_TEXT_COLOR_NEUTRAL
msgbox TwoIsland_House_Text_HandedOverOneBigMushroom
call EventScript_RestorePrevTextColor
goto TwoIsland_House_EventScript_EndTutorMove
@@ -84,7 +84,7 @@ TwoIsland_House_EventScript_GiveBigMushroom::
TwoIsland_House_EventScript_GiveTinyMushrooms::
removeitem ITEM_TINY_MUSHROOM, 2
textcolor 3
textcolor NPC_TEXT_COLOR_NEUTRAL
msgbox TwoIsland_House_Text_HandedOverTwoTinyMushrooms
call EventScript_RestorePrevTextColor
goto TwoIsland_House_EventScript_EndTutorMove