Skip to content

Draft: Add some Wild & Trainer battle transitions

Zøzo requested to merge Zodiarche/pokemonsdk:add/wild_transitions into development

MR Description

  • Add some wild transitions:
    • Gold
    • Crystal
    • Ruby & Sapphire
    • Diamond, Pearl & Platinium
    • Heart Gold & Soul Silver (regular, cave & sea)
    • Black & White
  • Add some trainer transitions:
    • Heart Gold & Soul Silver

Before testing

  • Put the archives in the right folder ./graphics and replace the existing files.

Tests to realize

There are 8 wild transitions to test:

  • Gold wild
  • Crystal wild
  • Ruby & Sapphire wild
  • Diamond, Pearl & Platinium wild
  • Heart Gold & Soul Silver regular
  • Heart Gold & Soul Silver cave
  • Heart Gold & Soul Silver trainer
  • Black & White

Commands

  • $game_variables[31] = 0
  • $game_variables[31] = 1
  • $game_variables[31] = 2
  • $game_variables[31] = 3
  • $game_variables[31] = 4
  • $game_variables[31] = 5
  • $game_variables[31] = 6
  • $game_variables[31] = 7
  • $game_variables[31] = 8

shaders.rar transitions.rar

Edited by Aerun

Merge request reports