Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ backend-path = ["_custom_build"]
name = "skytemple-randomizer"
version = "2.2.0"
authors = [
{ name = 'Marco "Capypara" Köpcke', email = "hello@capypara.de" },
{ name = 'SkyTemple Contributrors', email = "contact@skytemple.org" },
# see About dialog or GitHub contributors list for additional people.
]
description = "Randomizer GUI to randomize the ROM of Pokémon Mystery Dungeon Explorers of Sky"
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Managing the configuration for the randomizer."""

# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/export_quiz_xml.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/abstract.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/config_argument.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/error.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/randomize.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/cli/rom_argument.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/frontend.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/hacks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Hacks that could easily break and should ideally not be relied upon."""

# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/init_locale.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/path.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
8 changes: 3 additions & 5 deletions skytemple_randomizer/frontend/gtk/ui_util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down Expand Up @@ -33,10 +33,8 @@


def show_about_dialog(parent: Gtk.Widget):
CREDITS = """Project Lead:
Marco "Capypara" Köpcke https://github.com/theCapypara

Contributors:
CREDITS = """Contributors:
Marco "Capypara" Köpcke (former project lead) https://github.com/theCapypara
Aikku93 (via tilequant) https://github.com/aikku93
techticks (MacOS packaging) https://github.com/tech-ticks
marius851000 (via skytemple-rust) https://github.com/marius851000
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/_util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/grid_links.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_dungeons.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_items.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_monsters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_movesets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_music.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_patches.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_text.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_tweaks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/page_welcome.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/popover_help.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/stack_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/stack_start.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/frontend/gtk/widgets/window_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/lists.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/randomizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/randomizer/abstract.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/randomizer/blind_items_moves.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
4 changes: 2 additions & 2 deletions skytemple_randomizer/randomizer/boss.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down Expand Up @@ -267,7 +267,7 @@ def run(self, status: Status):
def create_mapping():
from ndspy.rom import NintendoDSRom

rom = NintendoDSRom.fromFile("/home/marco/dev/skytemple/skytemple/skyworkcopy_us_unpatched.nds")
rom = NintendoDSRom.fromFile("/home/xxxx/dev/skytemple/skytemple/skyworkcopy_us_unpatched.nds")
from skytemple_files.common.util import get_ppmdu_config_for_rom

static_data = get_ppmdu_config_for_rom(rom)
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/randomizer/chapter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
2 changes: 1 addition & 1 deletion skytemple_randomizer/randomizer/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020-2024 Capypara and the SkyTemple Contributors
# Copyright 2020-2025 SkyTemple Contributors
#
# This file is part of SkyTemple.
#
Expand Down
Loading
Loading