Skip to content

Commit

Permalink
Initial Push
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero1UP committed Jun 7, 2018
1 parent 5bf1d32 commit b981b54
Show file tree
Hide file tree
Showing 11 changed files with 1,605 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
EE_BIN = fragmentPatcher.elf
EE_OBJS = fragmentPatcher.o menu.o systemHook.s
EE_LDFLAGS = -L$(PS2SDK)/sbv/lib
EE_LIBS = -lpad -ldebug -lcdvd -lc

all: $(EE_BIN)

clean:
rm -f *.elf *.o *.a

include $(PS2SDK)/samples/Makefile.pref
include $(PS2SDK)/samples/Makefile.eeglobal
31 changes: 31 additions & 0 deletions Notes/General Notes.txt
@@ -0,0 +1,31 @@
skip fmv
00113cf0 24020001

Routine Loader
000C0000 3c08000c
000C0004 35080034
000C0008 8d090000
000C000C 8d0a0004
000C0010 11200005
000C0018 ad2a0000
000C0020 1000FFF9
000C0024 25080008
000C0028 03e00008

Alks Server Address
005E03A0 6F642E61
005E03A4 63616874
005E03A8 7372656B
005E03AC 67726F2E
005E03B0 00000000
005E03B4 00000000

DNAS ByPass
002a87a8 24020001

Current Running Binary (Going to be used as a check)
00014C14

3535325F = _255.27 < Main Binary
2E30305F = _00.ELF < Online elf is currently loaded
2E31305F = _01.ELF < Single Player elf is currently loaded
23 changes: 23 additions & 0 deletions Notes/Offline Notes.txt
@@ -0,0 +1,23 @@
Fixes
-----------------------------------------------

Hooks
SCEPadRead1
001283C8

SCEPadRead2
001285EC


Translations

Objects
-----------------------------------------------
Chaos Gate
006C8168 6F616843
006C816C 61472073
006C8170 00006574


NPCs
-----------------------------------------------
40 changes: 40 additions & 0 deletions Notes/Online Notes.txt
@@ -0,0 +1,40 @@
Fixes
-----------------------------------------------
Disable EXP Loss
0026E974 00000000


Hooks
SCEPadRead Hookd
0013182C


Translations


Objects
-----------------------------------------------
Chaos Gate
008A58B8 6F616843
008A58BC 61472073
008A58C0 00006574


NPCs
-----------------------------------------------
Elf's Haven
008A4610 27666C45
008A4614 61482073
008A4618 006E6576

Recorder
008738D0 008A4670

Item Shop
008A4638 008A4640

Magic Shop
00873860 008A4658

Equip Shop
00873710 008A45F0

0 comments on commit b981b54

Please sign in to comment.