Skip to content

Commit

Permalink
add missing story book balloons
Browse files Browse the repository at this point in the history
  • Loading branch information
SunakazeKun committed May 27, 2024
1 parent e605072 commit 8dfb50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion adapter_smg2.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,16 @@ def write_attributes(self, stream: BinaryMemoryIO, attributes: dict):
]

TALK_TYPES = ["Normal", "Shout", "Auto", "Global"]
BALLOON_TYPES = ["White box", "White box (1)", "White box without A icon", "Signboard", "Icon bubble"]
BALLOON_TYPES = [
"White box",
"White box (1)",
"White box without A icon",
"Signboard",
"Icon bubble",
"Story book bottom",
"Story book center",
"Story book top"
]
CAMERA_TYPES = ["Normal", "Event", "None"]
MESSAGE_SOUNDS = [
"null (0)",
Expand Down
2 changes: 1 addition & 1 deletion guihelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__ = ["SettingsHolder", "WorkerThread", "resolve_asset", "PROGRAM_VERSION", "PROGRAM_TITLE"]

PROGRAM_VERSION = "v0.2.1"
PROGRAM_VERSION = "v0.2.2"
PROGRAM_TITLE = f"galaxymsbt -- Super Mario Galaxy 2 Text editor -- {PROGRAM_VERSION}"


Expand Down

0 comments on commit 8dfb50a

Please sign in to comment.