Skip to content

Commit

Permalink
Toukiden 2
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ah committed Sep 26, 2018
1 parent 8bc969b commit 5660862
Showing 1 changed file with 53 additions and 23 deletions.
76 changes: 53 additions & 23 deletions PCSE00940.psv
Expand Up @@ -9,7 +9,8 @@
# Original Source: https://gbatemp.net/threads/vitacheat-finalcheat-database.485343/page-84#post-8296568
# Note: This is a collaboration between zacknova and me. Also I've been wanting to convert my ID tables to VitaCheat for a while now.
# - All cheats made by zacknova
# - Recovery "Skill Modifier" ID table and "Have All Items" ID table are mine. Item & Skill addresses credits to zacknova.
# - Recovery "Skill Modifier" ID table and "Have All Items" ID table & the arranged pointer codes are mine
# - Initial address for Item (0x851A9AEA) & Skill credits to zacknova
# - I've added pointer codes and adjusted the address for all zacknova's codes that use floating point and edited the values accordingly
# - The "Have All Item" cheats is now complete but item slot is limited to 0x44C so I had to make compromise:
# - All quest items has been removed to save space and because they might mess up with the activation flags. Iirc quest items are activated by picking them up or when given to you by NPC.
Expand All @@ -26,26 +27,52 @@ $7101 81EFC1A8 00006836
$7701 00000000 000003E7
$044C 00000004 00000000 #MENU SAYS 0x44C BUT IT'S ACTUALLY 0x5DC BUT THEY PROGRAMMED THE GAME TO ONlY USE 0x44C

_V0 Have All Items
$7101 81EFC1A8 00006834
$7701 00000000 00000001
$044C 00000004 00000001
$3101 81EFC1A8 0000749C
$3300 00000000 0000044D
$3101 81EFC1A8 000074A0
$3300 00000000 00000443
$7101 81EFC1A8 000074A8
$7703 00000000 00000450
$0036 00000004 00000001
$7101 81EFC1A8 00006954
$7703 00000000 00000485
$0006 00000004 00000001
$7101 81EFC1A8 000069B4
$7701 00000000 0000048B
$000B 00000004 00000001
_V0 Have All Items [Note 1]
$7101 81EFC1A8 00006836
$7701 00000000 000003E7
$044C 00000004 00000000
$7101 81EFC1A8 00006834
$7701 00000000 00000001
$0071 00000004 00000001
$7101 81EFC1A8 00006950
$7701 00000000 0000004E
$0012 00000004 00000001
$7101 81EFC1A8 00006998
$7701 00000000 0000006C
$02AF 00000004 00000001
$7101 81EFC1A8 00007454
$7701 00000000 00000351
$0018 00000004 00000001
$7101 81EFC1A8 000074B4
$7701 00000000 0000036B
$0002 00000004 00000001
$3101 81EFC1A8 000074BC
$3300 00000000 0000036E
$3101 81EFC1A8 000074C0
$3300 00000000 00000370
$7101 81EFC1A8 000074C4
$7701 00000000 00000372
$00CA 00000004 00000001
$7101 81EFC1A8 000074C8
$7701 00000000 00000374
$00CA 00000004 00000001
$7101 81EFC1A8 000077AC
$7701 00000000 0000042F
$0002 00000004 00000001
$3101 81EFC1A8 000077B4
$3300 00000000 00000432
$3101 81EFC1A8 000077B8
$3300 00000000 00000434
$3101 81EFC1A8 000077BC
$3300 00000000 00000436
$3101 81EFC1A8 000077C0
$3300 00000000 00000438
$7101 81EFC1A8 000077C4
$7701 00000000 0000043A
$0068 00000004 00000001
$7101 81EFC1A8 00007818
$7701 00000000 00000450
$0048 00000004 00000001

_V0 SKIL 1 MAX1
$7202 81EFDA6C 00002AC4
Expand Down Expand Up @@ -105,28 +132,31 @@ $3202 81EFDA6C 00002A94
$3200 00000000 00008C5C
$3300 00000000 447A0000

_V0 Skill Slot 1 Modifier [Note 1]
_V0 Skill Slot 1 Modifier [Note 2]
$3002 81EFDA6C 00002AC4
$3000 00000000 00008584
$3300 00000000 00000000 #<---SET VALUE HERE: Skill ID

_V0 Skill Slot 2 Modifier [Note 1]
_V0 Skill Slot 2 Modifier [Note 2]
$3002 81EFDA6C 00002AC4
$3000 00000000 00008598
$3300 00000000 00000000 #<---SET VALUE HERE: Skill ID

_V0 Skill Slot 3 Modifier [Note 1]
_V0 Skill Slot 3 Modifier [Note 2]
$3002 81EFDA6C 00002AC4
$3000 00000000 000085AC
$3300 00000000 00000000 #<---SET VALUE HERE: Skill ID

_V0 Skill Slot 4 Modifier [Note 1]
_V0 Skill Slot 4 Modifier [Note 2]
$3002 81EFDA6C 00002AC4
$3000 00000000 000085C0
$3300 00000000 00000000 #<---SET VALUE HERE: Skill ID

_V0 Notes:
$0000 00000000 00000000

_V0 #1: These is a modifier cheat. See Wiki for details.
_V0 #1: Will remove quest items. Finish quest before activating.
$0000 00000000 00000000

_V0 #2: These is a modifier cheat. See Wiki for details.
$0000 00000000 00000000

0 comments on commit 5660862

Please sign in to comment.