Skip to content

Commit

Permalink
Add jukebox resource IDs to EOResourceID enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed May 18, 2023
1 parent d5befa2 commit b7f911f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion EOLib.Localization/EOResourceID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ public enum EOResourceID
DIALOG_SHOP_CRAFT_MISSING_INGREDIENTS = 158,
DIALOG_SHOP_CRAFT_PUT_INGREDIENTS_TOGETHER = 159,

DIALOG_WORD_CURRENT = 163,

DIALOG_TRADE_BOTH_PLAYERS_OFFER_ONE_ITEM = 165,

DIALOG_TRANSFER_TRANSFER = 176,
Expand All @@ -172,6 +174,14 @@ public enum EOResourceID

STATUS_LABEL_KEEP_MOVING_THROUGH_PLAYER = 278,

JUKEBOX_NOW_VIEWED = 279,
JUKEBOX_BROWSE_THROUGH_SONGS = 280,
JUKEBOX_PLAY_SONG = 281,
JUKEBOX_REQUEST_SONG = 282,
JUKEBOX_REQUEST_SONG_FOR = 283,
JUKEBOX_PLAYING_REQUEST = 284,
JUKEBOX_IS_READY = 285,

DIALOG_TITLE_PERFORMANCE = 286,
DIALOG_PERFORMANCE_TOTALEXP = 287,
DIALOG_PERFORMANCE_NEXT_LEVEL = 288,
Expand All @@ -185,7 +195,6 @@ public enum EOResourceID
IDLE_TOO_LONG = 295,
IDLE_PLEASE_START_MOVING = 296,


SKILLMASTER_WORD_SPELL = 297,
SKILLMASTER_WORD_SKILL = 298,
SPELL_WAS_SELECTED = 299,
Expand Down

0 comments on commit b7f911f

Please sign in to comment.