|
@@ -63,16 +63,10 @@
|
63
|
63
|
.include "patches/game_engine/quick_hacks.asm"
|
64
|
64
|
.include "patches/game_engine/localization.asm"
|
65
|
65
|
.include "patches/game_engine/start_menu.asm"
|
|
66
|
+.include "patches/game_engine/script_replace.asm"
|
66
|
67
|
|
67
|
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
|
70
|
.org 0x09000000
|
77
|
71
|
.importobj "object/linked.o"
|
78
|
72
|
.close
|