Electry / VitaGrafixPatchlist

Collection of patches for VitaGrafix 5.0+
178 stars 45 forks source link

Tokyo Xanadu's code in patchlist may has some issue #105

Open TamagoW opened 4 years ago

TamagoW commented 4 years ago

I just tried the Tokyo Xanadu, but the VitaGrafix seems not working with the latest patchlist. I haven't updated the patchlist and VitaGrafix for a long time, and the game worked well in 720p with a year old version. So when I went through the file, I found out that Tokyo Xanadu's code is in some kind of different format. After trying the old code from here: https://github.com/Electry/VitaGrafixPatchlist/issues/43 , it's working perfectly right now.

# Tokyo Xanadu [JP 1.04]
[PCSG00608,eboot.bin,0x95ACFA1D]
@IB
0:0xE75C8 t2_mov(1,1,<ib_w>)
0:0xE75CC t2_mov(1,2,<ib_h>)
0:0xE7602 t2_mov(1,1,<ib_w>)
0:0xE7606 t2_mov(1,2,<ib_h>)
@MSAA
0:0xE7594 t1_mov(4,<*,<msaa>,2>)
# Tokyo Xanadu [ASIA 1.00]
[PCSH10009,eboot.bin,0x2BE0554C]
@IB
0:0xE7A48 t2_mov(1,1,<ib_w>)
0:0xE7A4C t2_mov(1,2,<ib_h>)
0:0xE7A82 t2_mov(1,1,<ib_w>)
0:0xE7A86 t2_mov(1,2,<ib_h>)
@MSAA
0:0xE7A14 t1_mov(4,<*,<msaa>,2>)
# Tokyo Xanadu [US 1.00]
[PCSE00893,eboot.bin,0x9420F248]
@IB
0:0xE7730 t2_mov(1,1,<ib_w>)
0:0xE7734 t2_mov(1,2,<ib_h>)
0:0xE776A t2_mov(1,1,<ib_w>)
0:0xE776E t2_mov(1,2,<ib_h>)
@MSAA
0:0xE76FC t1_mov(4,<*,<msaa>,2>)
# Tokyo Xanadu [EU 1.00]
[PCSB01062,eboot.bin,0x061171E4]
@IB
0:0xE7818 t2_mov(1,1,<ib_w>)
0:0xE781C t2_mov(1,2,<ib_h>)
0:0xE7852 t2_mov(1,1,<ib_w>)
0:0xE7856 t2_mov(1,2,<ib_h>)
@MSAA
0:0xE77E4 t1_mov(4,<*,<msaa>,2>)

BTW I'm using the Asia version of the game.

Cyber-Tokyo commented 6 months ago

IMG_9563

This is the patch for the version I have. Has anyone had any issues?