mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #10297 from AdmiralCurtiss/pbr-screen-border-patches
GameSettings: Patches for black screen effect for remaining versions of Pokémon Battle Revolution.
This commit is contained in:
commit
8dd803bf2b
10
Data/Sys/GameSettings/RPBJ01r0.ini
Normal file
10
Data/Sys/GameSettings/RPBJ01r0.ini
Normal file
@ -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
|
10
Data/Sys/GameSettings/RPBJ01r1.ini
Normal file
10
Data/Sys/GameSettings/RPBJ01r1.ini
Normal file
@ -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
|
10
Data/Sys/GameSettings/RPBJ01r2.ini
Normal file
10
Data/Sys/GameSettings/RPBJ01r2.ini
Normal file
@ -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
|
10
Data/Sys/GameSettings/RPBP01.ini
Normal file
10
Data/Sys/GameSettings/RPBP01.ini
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user