Browse Source

Anpassungen von Bugs

dragonflysots 5 years ago
parent
commit
af1cb000bb
3 changed files with 3 additions and 1 deletions
  1. 1
    1
      sots-private
  2. 1
    0
      src/include/constants/pymap/songs.h
  3. 1
    0
      src/include/constants/pymap/songs.s

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit 2185f8badef9467bd2560587e6384e5be3890f74
1
+Subproject commit bed997081c13308092e7a3635d823bea3becdae6

+ 1
- 0
src/include/constants/pymap/songs.h View File

@@ -1,3 +1,4 @@
1
+#define SEQ_BGM_TITLE_SCREEN 0x116
1 2
 #define SEQ_BGM_TOWN_HESPERIA 0x15e
2 3
 #define SEQ_BGM_CITY_CARUN 0x15f
3 4
 #define SEQ_BGM_CITY_URBANIA 0x160

+ 1
- 0
src/include/constants/pymap/songs.s View File

@@ -1,3 +1,4 @@
1
+.equ SEQ_BGM_TITLE_SCREEN, 0x116
1 2
 .equ SEQ_BGM_TOWN_HESPERIA, 0x15e
2 3
 .equ SEQ_BGM_CITY_CARUN, 0x15f
3 4
 .equ SEQ_BGM_CITY_URBANIA, 0x160