Tzepish is our resident PSP ASM hacker.
You can find him on our discord server. He's fairly active and very helpful!
You can find him on our discord server. He's fairly active and very helpful!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Quote from: alonerfeumuno on December 27, 2022, 01:16:16 pmIt is possible to block the gameshark acess via Patcher ?Impossible
XX YY UU TT
X: X Coordinate
Y: Y Coordinate
U: 0x80 Elevation
0x40 Trap is active (this should always be set to true)
0x00-0x1F ENTD Unit ID (0x00 to 0x0F for ENTD units, 0x10 to 0x14 for the Player's roster units)
T: Trap Type ID
LUI(xVARI,xTTUU)
OR(xVARI,xYYXX)
//Load the Traps Table Address into Variable 0x0001
LUI(x0001,x8015)
LoadAddress(x01,x02B8,x01,004)
//Set Sleeping Gas (0x02) Trap at coordinates (8,3,0) laid by ENTD Unit 0x03
LUI(x0000,x0243)
OR(x0000,x0308)
SaveAddress(x00,x0000,x01,004)
//Set Manafont (0x0D) Trap at coordinates (4,5,1) laid by ENTD Unit 0x01
LUI(x0000,x0DC1)
OR(x0000,x0504)
SaveAddress(x00,x0000,x01,004)
Page created in 0.025 seconds with 31 queries.