Browse Source

added patch for pokemon storage system script

SBird1337 6 years ago
parent
commit
ebcf559b0c
2 changed files with 3 additions and 7 deletions
  1. 1
    7
      main.asm
  2. 2
    0
      patches/game_engine/script_replace.asm

+ 1
- 7
main.asm View File

63
 .include "patches/game_engine/quick_hacks.asm"
63
 .include "patches/game_engine/quick_hacks.asm"
64
 .include "patches/game_engine/localization.asm"
64
 .include "patches/game_engine/localization.asm"
65
 .include "patches/game_engine/start_menu.asm"
65
 .include "patches/game_engine/start_menu.asm"
66
+.include "patches/game_engine/script_replace.asm"
66
 
67
 
67
 //.include "battle_engine/patches/battle_hooks.s"
68
 //.include "battle_engine/patches/battle_hooks.s"
68
 
69
 
69
-.org 0x0815F9B8
70
-    .word 0x08069ED5 // fix nop1 for now...
71
-
72
-// In order to test the scripts
73
-//.org 0x08727994
74
-    //.word the_old_test_script
75
-
76
 .org 0x09000000
70
 .org 0x09000000
77
 .importobj "object/linked.o"
71
 .importobj "object/linked.o"
78
 .close
72
 .close

+ 2
- 0
patches/game_engine/script_replace.asm View File

1
+.org 0x0806CEDC //replace pc_script2
2
+.word pkmn_center_pc_script