Skip to content

Commit

Permalink
Patches for Asterix & Obelix XXL + Asterix & Obelix Kick Buttix
Browse files Browse the repository at this point in the history
Updates the syntax, adds No-Interlacing codes, and replicates the Black Bars code from Kick Buttix to XXL.
  • Loading branch information
Martyste authored and refractionpcsx2 committed Jun 24, 2023
1 parent 665e877 commit f89c9f0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 18 deletions.
34 changes: 32 additions & 2 deletions patches/SLES-51838_1DB1A6C6.pnach
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ gametitle=Asterix & Obelix XXL (PAL-M5) (SLES-51838)

[Widescreen 16:9]
gsaspectratio=16:9
comment=Widescreen hack by ElHecht
comment=Widescreen hack.
author=ElHecht

// 16:9
patch=1,EE,00126ce4,word,0810504c // e6000024 jump to code-inject 00414130
Expand All @@ -17,8 +18,37 @@ patch=1,EE,00414144,word,461e0843 // 00000000
patch=1,EE,00414148,word,e7a10020 // 00000000
patch=1,EE,00414150,word,08049b3a // 00000000 jump back to 00126ce8

//Font fix by Arapapa
[Font Fix]
comment=Corrects the font size for widescreen.
author=Arapapa
//Font fix
patch=1,EE,0023fd98,word,3c023f10 //3c023f40
patch=1,EE,00240a0c,word,3c023f10 //3c023f40
patch=1,EE,3011D214,word,AF80E750 //0C044D9E widening

[No-Interlacing]
comment=Disables screen shaking entirely.
author=Martyste
gsinterlacemode=1
//no interlacing
patch=1,EE,001ADBD4,extended,00000000 //00000002

[Black Bar Fix]
comment=Removes black bars from the Intro and Cutscenes.
author=Martyste & ElHecht

//Black Bars Fix
patch=1,EE,00194284,word,3c070000 //3c073f00
patch=1,EE,00194288,word,3c060000 //3c063fc0

patch=1,EE,00194338,word,3c070000 //3c073f00
patch=1,EE,00194340,word,3c060000 //3c063fc0

patch=1,EE,001944BC,word,3c070000 //3c073f00
patch=1,EE,001944C0,word,3c060000 //3c063fc0

patch=1,EE,00194650,word,3c070000 //3c073f00
patch=1,EE,00194654,word,3c060000 //3c063fc0

patch=1,EE,001946EC,word,3c070000 //3c073f00
patch=1,EE,001946F8,word,3c060000 //3c063fc0
44 changes: 28 additions & 16 deletions patches/SLUS-20866_7884CDB0.pnach
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ gametitle=Asterix & Obelix - Kick Buttix (U)(SLUS-20866)

[Widescreen 16:9]
gsaspectratio=16:9
comment=Widescreen hack by ElHecht
comment=Widescreen hack.
author=ElHecht

// 16:9
patch=1,EE,00126ddc,word,081032ec // e6000024 jump to code-inject 0040cbb0
Expand All @@ -17,25 +18,36 @@ patch=1,EE,0040cbc4,word,461e0843 // 00000000
patch=1,EE,0040cbc8,word,e7a10020 // 00000000
patch=1,EE,0040cbcc,word,08049b78 // 00000000 jump back to 00126de0

[Font Fix]
comment=Corrects the font size for widescreen.
author=Arapapa
//Font fix
patch=1,EE,00229c00,word,3c023f10 //3c023f40
patch=1,EE,0022a99c,word,3c023f10 //3c023f40

//Black Bar Fix (Intro Movie, Intro 3D DEMO and etc)
//patch=1,EE,001956dc,word,3c070000 //3c073f00
//patch=1,EE,001956e0,word,3c060000 //3c063fc0

//patch=1,EE,00195790,word,3c070000 //3c073f00
//patch=1,EE,00195798,word,3c060000 //3c063fc0
[No-Interlacing]
comment=Disables screen shaking entirely.
author=Martyste
gsinterlacemode=1
//no interlacing
patch=1,EE,001AE890,extended,00000000 //00000002

//patch=1,EE,0019584c,word,3c060000 //3c063f00
//patch=1,EE,0019585c,word,3c020000 //3c063fc0
[Black Bar Fix]
comment=Removes black bars from the Intro and Cutscenes.
author=ElHecht

//patch=1,EE,00195914,word,3c070000 //3c073f00
//patch=1,EE,00195918,word,3c060000 //3c063fc0
//Black Bar Fix
patch=1,EE,001956dc,word,3c070000 //3c073f00
patch=1,EE,001956e0,word,3c060000 //3c063fc0

//patch=1,EE,00195aa8,word,3c070000 //3c073f00
//patch=1,EE,00195aac,word,3c060000 //3c063fc0
patch=1,EE,00195790,word,3c070000 //3c073f00
patch=1,EE,00195798,word,3c060000 //3c063fc0

//Font fix by Arapapa
patch=1,EE,00229c00,word,3c023f10 //3c023f40
patch=1,EE,0022a99c,word,3c023f10 //3c023f40
patch=1,EE,0019584c,word,3c060000 //3c063f00
patch=1,EE,0019585c,word,3c020000 //3c063fc0

patch=1,EE,00195914,word,3c070000 //3c073f00
patch=1,EE,00195918,word,3c060000 //3c063fc0

patch=1,EE,00195aa8,word,3c070000 //3c073f00
patch=1,EE,00195aac,word,3c060000 //3c063fc0

0 comments on commit f89c9f0

Please sign in to comment.