All public logs
Combined display of all available logs of SkyTemple. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:35, 30 June 2024 Caitemis talk contribs created page Pokémon Portrait (Created page with "This page contains information about Pokémon portraits. Portraits are one of two sprite categories for Pokémon entries. == Overview == Portraits are images that can be displayed during dialogue, on the top screen, or in the footprint minigame. Up to 40 portraits can be assigned to one Pokémon (20 left-facing and 20 right-facing, although right-facing is not necessary if the Pokémon is symmetrical). Each portrait is 40 pixels by 40 pixels. == Creating Portraits == I...") Tag: Visual edit
- 05:29, 30 June 2024 Caitemis talk contribs created page File:Portrait-0000.png (An image displaying the typical portrait layout of SpriteBot format. Image by Audino (https://github.com/audinowho).)
- 05:29, 30 June 2024 Caitemis talk contribs uploaded File:Portrait-0000.png (An image displaying the typical portrait layout of SpriteBot format. Image by Audino (https://github.com/audinowho).)
- 05:17, 30 June 2024 Caitemis talk contribs created page File:Portrait Import Menu.png
- 05:17, 30 June 2024 Caitemis talk contribs uploaded File:Portrait Import Menu.png
- 02:56, 25 November 2023 Caitemis talk contribs uploaded a new version of File:Starter List Screenshot.png
- 02:55, 25 November 2023 Caitemis talk contribs created page Starter List (First draft of page, going to edit image) Tag: Visual edit
- 02:54, 25 November 2023 Caitemis talk contribs created page File:Starter List Screenshot.png
- 02:54, 25 November 2023 Caitemis talk contribs uploaded File:Starter List Screenshot.png
- 02:43, 25 November 2023 Caitemis talk contribs created page ExtractSPCode (Created page with "=== Overview === ----ExtractSPCode is an ASM Patch by Anonymous. It is located under the Utility tab in Patches -> ASM. This patch extracts Special Process code and puts it into files. This allows Special Process Effects to be edited, added, and imported/exported under Patches -> ASM -> Special Process Effects. {{NavPatches}}") Tag: Visual edit: Switched
- 02:32, 25 November 2023 Caitemis talk contribs created page CompleteTeamControl (Created page with "=== Overview === ----CompleteTeamControl is an ASM Patch by Cipnit. It is located under the New Mechanics tab in Patches -> ASM. This patch allows the player to press start to toggle between manual mode and automatic mode. In manual mode, the player can control partners on their turns. Manual mode can only be disengaged on the leader's turn. Important: * This patch can only be applied if the ExtraSpace patch is applied first. * Since partners cannot normally t...")
- 02:27, 25 November 2023 Caitemis talk contribs created page NoWeatherStop (Created page with "=== Overview === ----NoWeatherStop is an ASM Patch by End45. It is located under the Improvements and Tweaks tab in Patches -> ASM. This patch changes weather damage messages so they don't make the player stop running. {{NavPatches}}")
- 03:54, 22 September 2023 Caitemis talk contribs created page Animation ID (Created page with "Every overworld Monster Sprite includes multiple animations, each with their own unique Animation ID. This ID can be found in the AnimData.xml file of the sprite (from either exporting the sprite or downloading the sprite from the PMD Sprite Repository). In cutscenes, the animations can be called using the SetAnimation Opcode with a parameter from the [https://docs.google.com/spreadsheets/d/11xHv80Def5mtF60ZsfI1lF1eNX0dBE2It837Q08AlRk/htmlview Se...") Tag: Visual edit
- 01:42, 6 September 2023 Caitemis talk contribs created page User:Caitemis (Created page with "hi i exist i guess") Tag: Visual edit
- 04:47, 5 September 2023 Caitemis talk contribs created page SameTypePartner (Created page with "This page contains information about the SameTypePartner ASM Patch. === Overview === ----SameTypePartner is an ASM Patch by End54. It is located under the Improvements and Tweaks tab in Patches -> ASM. This patch allows the partner Pokémon to be the same type as the player in the personality test. Without this patch, only partner Pokémon that do not match the player Pokémon's type will be selectable.{{NavPatches}}") Tag: Visual edit
- 04:42, 5 September 2023 Caitemis talk contribs created page DisableTips (Created page with "This page contains information about the DisableTips ASM Patch. === Overview === ----DisableTips is an ASM Patch by End45. It is located under the Improvements and Tweaks tab in Patches -> ASM. This patch disables the tip textboxes shown in dungeons at the beginning of the game.{{NavPatches}}") Tag: Visual edit
- 04:43, 4 September 2023 Caitemis talk contribs created page AddTypes (Created page with "This page contains information about the AddTypesASM Patch. === Overview === ----AddTypes is an ASM Patch by Anonymous. It is located under the New Mechanics tab in Patches -> ASM. This patch adds types to the Type Matchup Table. This replaces the old 18x18 type matchup table with a 25x25 table. This new table contains generation 6+ type matchups with the Fairy type added to the end. Important: * The ImplementFairyGummies patch can only be applied if...")
- 04:36, 4 September 2023 Caitemis talk contribs created page ExtractHardcodedItemLists (Created page with "This page contains information about the ExtractHardcodedItemLists ASM Patch. === Overview === ----ExtractHardcodedItemLIsts is an ASM Patch by Anonymous. It is located under the Utility tab in Patches -> ASM. This patch extracts the hardcoded item lists and puts them in files. These lists are used for mission rewards/treasure box contents as well a Kecleon Shop items. This patch also provides support for reading the files from the ROM file system. Important:...")
- 04:29, 4 September 2023 Caitemis talk contribs created page FixEvolutionGlitch (Created page with "This page contains information about the FixEvolutionGlitch ASM Patch. === Overview === ----FixEvolutionGlitch is an ASM Patch by Anonymous. It is located under the Bugfixes tab in Patches -> ASM. This patch fixes the evolution glitch that freezes the game when attempting to evolve a pokémon whose name has 10 characters. Important: * The EU version of the game does not have this glitch. {{NavPatches}}")
- 04:26, 4 September 2023 Caitemis talk contribs created page ChooseStarter (Created page with "This page contains information about the ChooseStarter ASM Patch. === Overview === ----ImplementFairyGummies is an ASM Patch by Anonymous. It is located under the Improvements and Tweaks tab in Patches -> ASM. This patch adds an extra menu during the personality test to choose the starter. This patch uses the supposedly unused string 2613 in the strings file. Important: * The SkipQuiz patch can only be applied if this patch is applied first. {{NavPatches}}")
- 04:23, 4 September 2023 Caitemis talk contribs created page SkipQuiz (Created page with "This page contains information about the SkipQuiz ASM Patch. === Overview === ----SkipQuiz is an ASM Patch by Anonymous. It is located under the New Mechanics tab in Patches -> ASM. This patch skips the Personality Quiz, only leaving the gender question. Important: * This patch needs the ChooseStarter patch to be applied beforehand. {{NavPatches}}") Tag: Visual edit: Switched
- 03:25, 3 September 2023 Caitemis talk contribs created page List of Sound Effects (Created page with "This article documents the different sound effects in Explorers of Sky, including their ID number and a written description. == Sound Effects == These sound effects can be called with se_Play(X);, where "X" is the sound effect ID. Other functions may call sound effect IDs as well, including the ChangeTextSound ASM Patch. === 266 === Tail Whip") Tag: Visual edit: Switched
- 03:16, 3 September 2023 Caitemis talk contribs created page Sound effect (Created page with "This article documents the various sound effects as well as a written description of each. == Sound Effects == === 266 === Tail Whip")
- 01:33, 3 September 2023 Caitemis talk contribs created page ImplementFairyGummies (Created page with "This page contains information about the ImplementFairyGummies ASM Patch. === Overview === ----ImplementFairyGummies is an ASM Patch by Anonymous. It is located under the New Mechanics tab in Patches -> ASM. This patch implements Fairy-type specialized gummies. These gummies use unused item 138. Important: * This patch needs the ExtractItemCode, ExtractItemBarList, and AddTypes patches to be applied for this patch to work. * If AddTypes is rea...") Tag: Visual edit: Switched
- 21:06, 30 August 2023 User account Caitemis talk contribs was created