Skip to content

Commit

Permalink
added patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
zarroboogs committed Jul 21, 2018
1 parent 4719e7c commit 213f15a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
25 changes: 25 additions & 0 deletions patch/BLJM61209/patch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# Game: Persona4 The ULTIMAX ULTRA SUPLEX HOLD (BLJM61209) v1.03
# Subject: English subs
# Author: lipsum
p4u2_EnglishSubs: &p4u2_EnglishSubs

# jpn -> eng
- [ be32, 0x006479e8, 0x656e6700 ]
- [ be32, 0x00657d60, 0x656e6700 ]

# Game: Persona4 The ULTIMAX ULTRA SUPLEX HOLD (BLJM61209) v1.03
# Subject: Skip intro
# Author: lipsum
p4u2_IntroSkip: &p4u2_IntroSkip

# P4U2_00 -> nop
- [ be32, 0x00649be0, 0x60000000 ]

# Replace with your PPU hash
PPU-4923354ef0a4dcfda9c239d3e6712d1bc65014a9:

# comment (or uncomment) a line to disable (or enable) a modification
- [ load, p4u2_EnglishSubs ]
- [ load, p4u2_IntroSkip ]

35 changes: 35 additions & 0 deletions patch/BLUS31469/patch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Game: Persona 4 Arena Ultimax (BLUS31469) v1.01
# Subject: Japanese subs
# Author: lipsum
p4u2_JapaneseSubs: &p4u2_JapaneseSubs

# eng -> jpn
- [ be32, 0x00647970, 0x6a706e00 ]
- [ be32, 0x00657cf8, 0x6a706e00 ]

# Game: Persona 4 Arena Ultimax (BLUS31469) v1.01
# Subject: Skip intro
# Author: lipsum
p4u2_IntroSkip: &p4u2_IntroSkip

# P4U2_00 -> nop
- [ be32, 0x00649b60, 0x60000000 ]

# Game: Persona 4 Arena Ultimax (BLUS31469) v1.01
# Subject: Japanese movies
# Author: lipsum
p4u2_JapaneseMovies: &p4u2_JapaneseMovies

# movieeng/ -> movie/
- [ be32, 0x00622f90, 0x6d6f7669 ]
- [ be32, 0x00622f94, 0x652f0000 ]
- [ be32, 0x00622f98, 0x00000000 ]

# Replace with your PPU hash
PPU-37d2c08ae0b656c5557506b7644e1f6a4f73d0bc:

# comment (or uncomment) a line to disable (or enable) a modification
#- [ load, p4u2_JapaneseSubs ]
- [ load, p4u2_IntroSkip ]
- [ load, p4u2_JapaneseMovies ]

0 comments on commit 213f15a

Please sign in to comment.