Skip to content

Commit

Permalink
Adding shop name
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur committed Aug 24, 2024
1 parent 0b7ff9c commit c4a24ad
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 135 deletions.
10 changes: 0 additions & 10 deletions .idea/TonberryShop.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

94 changes: 0 additions & 94 deletions .idea/workspace.xml

This file was deleted.

8 changes: 4 additions & 4 deletions tonberrymanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class TonberryManager():
NB_SHOP = 20
NB_BYTE_PER_ITEM = 2
ITEM_FILE = os.path.join("Resources", "item.txt")
SHOP_NAME_LIST = ["Pet shop Timber", "Shop common n°1", "Shop common n°2", "Shop common n°3", "Shop common n°4", "Shop common n°5", "Shop common n°6",
"Shop common n°7", "Cloud's Shop (Esthar shop)", "Shop common n°8",
"Shop common n°9", "Shop common n°10", "Shop common n°11", "Shop common n°12", "Shop common n°13", "Shop common n°14", "Shop common n°15",
"Cheryl's store (Esthar Pet Shop)", "Karen's shop (Esthar bookstore)", "Johnny's shop (Esthar Shop!!!)"]
SHOP_NAME_LIST = ["Timber Pet Shop", "Balamb Shop", "Dollet Shop", "Timber Shop", "Deling City Shop", "Winhill Shop", "FH Shop",
"Trabia Shop", "Esthar Shop (Cloud's Shop)", "Balamb Shop (Laguna's World)",
"Dollet Shop (Laguna's World)", "Timber Shop (Laguna's World)", "Deling City Shop (Laguna's World)", "Winhill Shop (Laguna's World)", "FH Shop (Laguna's World)", "Trabia Shop (Laguna's World)", "Man from Garden",
"Esthar Pet Shop (Cheryl's store)", "Esthar Book Store (Karen's shop)", "Esthar Shop!!! (Johnny's shop)"]

def __init__(self):
self.shop_file_data = bytearray()
Expand Down

0 comments on commit c4a24ad

Please sign in to comment.