From 0805bae5d85138fb3cb8bbc4c75115520e97af77 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sun, 26 Dec 2021 23:56:19 +0100 Subject: [PATCH] =?UTF-8?q?GameSettings:=20Patch=20for=20black=20screen=20?= =?UTF-8?q?effect=20for=20remaining=20versions=20of=20Pok=C3=A9mon=20Battl?= =?UTF-8?q?e=20Revolution.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/Sys/GameSettings/RPBJ01r0.ini | 10 ++++++++++ Data/Sys/GameSettings/RPBJ01r1.ini | 10 ++++++++++ Data/Sys/GameSettings/RPBJ01r2.ini | 10 ++++++++++ Data/Sys/GameSettings/RPBP01.ini | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 Data/Sys/GameSettings/RPBJ01r0.ini create mode 100644 Data/Sys/GameSettings/RPBJ01r1.ini create mode 100644 Data/Sys/GameSettings/RPBJ01r2.ini create mode 100644 Data/Sys/GameSettings/RPBP01.ini diff --git a/Data/Sys/GameSettings/RPBJ01r0.ini b/Data/Sys/GameSettings/RPBJ01r0.ini new file mode 100644 index 0000000000..7982d0a705 --- /dev/null +++ b/Data/Sys/GameSettings/RPBJ01r0.ini @@ -0,0 +1,10 @@ +# RPBJ01 - Pokemon Battle Revolution + +[OnFrame] +# Fixes black pixels on the bottom/right of the screen, and black in +# some move effects that apply distortion to the screen +# This fixes a bug in the base game, not an emulation issue +# See https://gist.github.com/Pokechu22/e9fa9037fe21312ff32475638b78ba27 +$Fix black screen effects +0x802342DC:dword:0x39080000 +0x802342E4:dword:0x38030000 diff --git a/Data/Sys/GameSettings/RPBJ01r1.ini b/Data/Sys/GameSettings/RPBJ01r1.ini new file mode 100644 index 0000000000..ddaf42f3ee --- /dev/null +++ b/Data/Sys/GameSettings/RPBJ01r1.ini @@ -0,0 +1,10 @@ +# RPBJ01 - Pokemon Battle Revolution + +[OnFrame] +# Fixes black pixels on the bottom/right of the screen, and black in +# some move effects that apply distortion to the screen +# This fixes a bug in the base game, not an emulation issue +# See https://gist.github.com/Pokechu22/e9fa9037fe21312ff32475638b78ba27 +$Fix black screen effects +0x80234580:dword:0x39080000 +0x80234588:dword:0x38030000 diff --git a/Data/Sys/GameSettings/RPBJ01r2.ini b/Data/Sys/GameSettings/RPBJ01r2.ini new file mode 100644 index 0000000000..ddaf42f3ee --- /dev/null +++ b/Data/Sys/GameSettings/RPBJ01r2.ini @@ -0,0 +1,10 @@ +# RPBJ01 - Pokemon Battle Revolution + +[OnFrame] +# Fixes black pixels on the bottom/right of the screen, and black in +# some move effects that apply distortion to the screen +# This fixes a bug in the base game, not an emulation issue +# See https://gist.github.com/Pokechu22/e9fa9037fe21312ff32475638b78ba27 +$Fix black screen effects +0x80234580:dword:0x39080000 +0x80234588:dword:0x38030000 diff --git a/Data/Sys/GameSettings/RPBP01.ini b/Data/Sys/GameSettings/RPBP01.ini new file mode 100644 index 0000000000..50024b6704 --- /dev/null +++ b/Data/Sys/GameSettings/RPBP01.ini @@ -0,0 +1,10 @@ +# RPBP01 - Pokemon Battle Revolution + +[OnFrame] +# Fixes black pixels on the bottom/right of the screen, and black in +# some move effects that apply distortion to the screen +# This fixes a bug in the base game, not an emulation issue +# See https://gist.github.com/Pokechu22/e9fa9037fe21312ff32475638b78ba27 +$Fix black screen effects +0x8023FF50:dword:0x39080000 +0x8023FF58:dword:0x38030000