Browse Source

Neue Scritps und Tileset anpassungen (in Arbeit)

dragonflysots 6 years ago
parent
commit
f292fb24f7
3 changed files with 3 additions and 2 deletions
  1. 1
    0
      patches/game_engine/quick_hacks.asm
  2. 1
    1
      sots-private
  3. 1
    1
      src/specials/trainer_battle.c

+ 1
- 0
patches/game_engine/quick_hacks.asm View File

67
 .halfword 0x0001
67
 .halfword 0x0001
68
 .halfword 0x0001
68
 .halfword 0x0001
69
 
69
 
70
+// Remove OAKs Text in Trainerbattle 0x9
70
 .org 0x08080484
71
 .org 0x08080484
71
 .word 0x00000000
72
 .word 0x00000000
72
 .word 0x00000000
73
 .word 0x00000000

+ 1
- 1
sots-private

1
-Subproject commit 38779228bdfb681bd4b274a1dd367be12099dd73
1
+Subproject commit 9eae2567f1b45d6e1c9eab5d39c689bb786bd7ad

+ 1
- 1
src/specials/trainer_battle.c View File

275
 
275
 
276
         battle_80801F0_something();
276
         battle_80801F0_something();
277
 
277
 
278
-        return (void *)(0x081A4EC1); /* some script to execute */
278
+        return (void *)(0x081A4F21); /* some script to execute */
279
 
279
 
280
     case 0xFF:
280
     case 0xFF:
281
         /* this is a registered on-spot script */
281
         /* this is a registered on-spot script */