Add npc text color constants
This commit is contained in:
@@ -47,7 +47,7 @@ PalletTown_OnFrame::
|
||||
@ Oak approaches player after exiting their house post Elite Four to check if they should receieve the National Dex
|
||||
PalletTown_EventScript_OakRatingScene::
|
||||
lockall
|
||||
textcolor 0
|
||||
textcolor NPC_TEXT_COLOR_MALE
|
||||
setobjectxyperm LOCALID_PROF_OAK, 14, 14
|
||||
setobjectmovementtype LOCALID_PROF_OAK, MOVEMENT_TYPE_FACE_LEFT
|
||||
addobject LOCALID_PROF_OAK
|
||||
@@ -187,7 +187,7 @@ PalletTown_EventScript_OakTriggerRight::
|
||||
|
||||
PalletTown_EventScript_OakTrigger::
|
||||
famechecker FAMECHECKER_OAK, FCPICKSTATE_COLORED, UpdatePickStateFromSpecialVar8005
|
||||
textcolor 0
|
||||
textcolor NPC_TEXT_COLOR_MALE
|
||||
delay 30
|
||||
playbgm MUS_OAK, 0
|
||||
message PalletTown_Text_OakDontGoOut
|
||||
@@ -442,11 +442,11 @@ PalletTown_EventScript_SignLadyTrigger::
|
||||
end
|
||||
|
||||
PalletTown_EventScript_SignLadyShowSign::
|
||||
textcolor 1
|
||||
textcolor NPC_TEXT_COLOR_FEMALE
|
||||
msgbox PalletTown_Text_LookCopiedTrainerTipsSign
|
||||
closemessage
|
||||
delay 20
|
||||
textcolor 3
|
||||
textcolor NPC_TEXT_COLOR_NEUTRAL
|
||||
setflag FLAG_OPENED_START_MENU
|
||||
setvar VAR_MAP_SCENE_PALLET_TOWN_SIGN_LADY, 1
|
||||
setvar SIGN_LADY_READY, FALSE
|
||||
|
||||
Reference in New Issue
Block a user