Skip to content

Commit

Permalink
Update color
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Dec 20, 2017
1 parent 3539651 commit a44cf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/GoldenrodPokeComCenterOffice.asm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GoldenrodPokeComCenterOffice_MapEventHeader:

.PersonEvents: db 3
person_event SPRITE_SCIENTIST_F, 4, 4, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, (1 << 3) | PAL_OW_PURPLE, PERSONTYPE_COMMAND, jumptextfaceplayer, AdminRangiText, -1
person_event SPRITE_COOLTRAINER_F, 3, 7, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_COMMAND, jumptextfaceplayer, AdminLunaText, -1
person_event SPRITE_COOLTRAINER_F, 3, 7, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_COMMAND, jumptextfaceplayer, AdminLunaText, -1
person_event SPRITE_PHARMACIST, 6, 7, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_COMMAND, jumptextfaceplayer, AdminAizawaText, -1

AdminRangiText:
Expand Down

0 comments on commit a44cf3d

Please sign in to comment.