Ver código fonte

some scripts & update constants

dragonflysots 5 anos atrás
pai
commit
3b56f2e129
100 arquivos alterados com 5 adições e 3 exclusões
  1. 1
    1
      sots-private
  2. 0
    0
      src/battle_bg/battle_bg_hook.s
  3. 0
    0
      src/battle_engine/battle_abilities.c
  4. 0
    0
      src/battle_engine/battle_end_of_turn.c
  5. 0
    0
      src/battle_engine/battle_end_of_turn_hook.s
  6. 0
    0
      src/battle_engine/battle_help.c
  7. 0
    0
      src/battle_engine/battle_initiative.c
  8. 0
    0
      src/battle_engine/battle_switch_in_hook.s
  9. 0
    0
      src/battle_engine/battle_test.c
  10. 0
    0
      src/battle_engine/custom_structs_malloc.c
  11. 0
    0
      src/battle_engine/custom_structs_malloc_hook.s
  12. 0
    0
      src/battle_engine/entry_hazards.c
  13. 0
    0
      src/battle_engine/entry_hazards_hook.s
  14. 0
    0
      src/battle_engine/scripts/hazards.s
  15. 0
    0
      src/battle_engine/scripts/test.s
  16. 0
    0
      src/debug/debug.c
  17. 0
    0
      src/encode/crc32.c
  18. 0
    0
      src/game_engine/title_screen.c
  19. 0
    0
      src/include/assets/.gitignore
  20. 0
    0
      src/include/assets/ascii.c
  21. 0
    0
      src/include/assets/ascii.h
  22. 0
    0
      src/include/assets/interface/.gitignore
  23. 0
    0
      src/include/battle_abilities.h
  24. 0
    0
      src/include/battle_common.h
  25. 0
    0
      src/include/battle_custom_structs.h
  26. 0
    0
      src/include/battle_fractions.h
  27. 0
    0
      src/include/battle_help.h
  28. 0
    0
      src/include/battle_initiative.h
  29. 0
    0
      src/include/battle_locations.h
  30. 0
    0
      src/include/battle_script.h
  31. 0
    0
      src/include/battle_structs.h
  32. 0
    0
      src/include/battle_test.h
  33. 0
    0
      src/include/bpre.h
  34. 0
    0
      src/include/callback.h
  35. 0
    0
      src/include/config/core.h
  36. 0
    0
      src/include/constants/abilities.h
  37. 0
    0
      src/include/constants/items.h
  38. 0
    0
      src/include/constants/moves.h
  39. 0
    0
      src/include/constants/ptypes.h
  40. 0
    0
      src/include/constants/pymap/banks.h
  41. 0
    0
      src/include/constants/pymap/banks.s
  42. 0
    0
      src/include/constants/pymap/difficulty_variables.h
  43. 0
    0
      src/include/constants/pymap/difficulty_variables.s
  44. 0
    0
      src/include/constants/pymap/engine_flags.h
  45. 0
    0
      src/include/constants/pymap/engine_flags.s
  46. 0
    0
      src/include/constants/pymap/engine_variables.h
  47. 0
    0
      src/include/constants/pymap/engine_variables.s
  48. 0
    0
      src/include/constants/pymap/items.h
  49. 0
    0
      src/include/constants/pymap/items.s
  50. 0
    0
      src/include/constants/pymap/level_types.h
  51. 0
    0
      src/include/constants/pymap/level_types.s
  52. 2
    1
      src/include/constants/pymap/main_story_variables.h
  53. 2
    1
      src/include/constants/pymap/main_story_variables.s
  54. 0
    0
      src/include/constants/pymap/map_adjacency_types.h
  55. 0
    0
      src/include/constants/pymap/map_adjacency_types.s
  56. 0
    0
      src/include/constants/pymap/map_battle_styles.h
  57. 0
    0
      src/include/constants/pymap/map_battle_styles.s
  58. 0
    0
      src/include/constants/pymap/map_carun_city_maps.h
  59. 0
    0
      src/include/constants/pymap/map_carun_city_maps.s
  60. 0
    0
      src/include/constants/pymap/map_connections.h
  61. 0
    0
      src/include/constants/pymap/map_connections.s
  62. 0
    0
      src/include/constants/pymap/map_flash_types.h
  63. 0
    0
      src/include/constants/pymap/map_flash_types.s
  64. 0
    0
      src/include/constants/pymap/map_heilige_orte.h
  65. 0
    0
      src/include/constants/pymap/map_heilige_orte.s
  66. 0
    0
      src/include/constants/pymap/map_hesperia_maps.h
  67. 0
    0
      src/include/constants/pymap/map_hesperia_maps.s
  68. 0
    0
      src/include/constants/pymap/map_hoehle_gebirge.h
  69. 0
    0
      src/include/constants/pymap/map_hoehle_gebirge.s
  70. 0
    0
      src/include/constants/pymap/map_namespaces.h
  71. 0
    0
      src/include/constants/pymap/map_namespaces.s
  72. 0
    0
      src/include/constants/pymap/map_outdoor.h
  73. 0
    0
      src/include/constants/pymap/map_outdoor.s
  74. 0
    0
      src/include/constants/pymap/map_route.h
  75. 0
    0
      src/include/constants/pymap/map_route.s
  76. 0
    0
      src/include/constants/pymap/map_show_name_types.h
  77. 0
    0
      src/include/constants/pymap/map_show_name_types.s
  78. 0
    0
      src/include/constants/pymap/map_types.h
  79. 0
    0
      src/include/constants/pymap/map_types.s
  80. 0
    0
      src/include/constants/pymap/map_urbania_city_maps.h
  81. 0
    0
      src/include/constants/pymap/map_urbania_city_maps.s
  82. 0
    0
      src/include/constants/pymap/map_wald_suempfe.h
  83. 0
    0
      src/include/constants/pymap/map_wald_suempfe.s
  84. 0
    0
      src/include/constants/pymap/map_weathers.h
  85. 0
    0
      src/include/constants/pymap/map_weathers.s
  86. 0
    0
      src/include/constants/pymap/npc_sprite_table1.h
  87. 0
    0
      src/include/constants/pymap/npc_sprite_table1.s
  88. 0
    0
      src/include/constants/pymap/npc_sprite_table2.h
  89. 0
    0
      src/include/constants/pymap/npc_sprite_table2.s
  90. 0
    0
      src/include/constants/pymap/npc_sprite_table3.h
  91. 0
    0
      src/include/constants/pymap/npc_sprite_table3.s
  92. 0
    0
      src/include/constants/pymap/npc_sprite_table4.h
  93. 0
    0
      src/include/constants/pymap/npc_sprite_table4.s
  94. 0
    0
      src/include/constants/pymap/person_behaviours.h
  95. 0
    0
      src/include/constants/pymap/person_behaviours.s
  96. 0
    0
      src/include/constants/pymap/riddle_variables.h
  97. 0
    0
      src/include/constants/pymap/riddle_variables.s
  98. 0
    0
      src/include/constants/pymap/rival_pokemon_variables.h
  99. 0
    0
      src/include/constants/pymap/rival_pokemon_variables.s
  100. 0
    0
      src/include/constants/pymap/save_variables.h

+ 1
- 1
sots-private

@@ -1 +1 @@
1
-Subproject commit 7e8899d8523cc20bc2721a7007051a2c2a4fa6cf
1
+Subproject commit ac8b580d74d46c10ccf254a80e107c1e2c501df4

+ 0
- 0
src/battle_bg/battle_bg_hook.s Ver arquivo


+ 0
- 0
src/battle_engine/battle_abilities.c Ver arquivo


+ 0
- 0
src/battle_engine/battle_end_of_turn.c Ver arquivo


+ 0
- 0
src/battle_engine/battle_end_of_turn_hook.s Ver arquivo


+ 0
- 0
src/battle_engine/battle_help.c Ver arquivo


+ 0
- 0
src/battle_engine/battle_initiative.c Ver arquivo


+ 0
- 0
src/battle_engine/battle_switch_in_hook.s Ver arquivo


+ 0
- 0
src/battle_engine/battle_test.c Ver arquivo


+ 0
- 0
src/battle_engine/custom_structs_malloc.c Ver arquivo


+ 0
- 0
src/battle_engine/custom_structs_malloc_hook.s Ver arquivo


+ 0
- 0
src/battle_engine/entry_hazards.c Ver arquivo


+ 0
- 0
src/battle_engine/entry_hazards_hook.s Ver arquivo


+ 0
- 0
src/battle_engine/scripts/hazards.s Ver arquivo


+ 0
- 0
src/battle_engine/scripts/test.s Ver arquivo


+ 0
- 0
src/debug/debug.c Ver arquivo


+ 0
- 0
src/encode/crc32.c Ver arquivo


+ 0
- 0
src/game_engine/title_screen.c Ver arquivo


+ 0
- 0
src/include/assets/.gitignore Ver arquivo


+ 0
- 0
src/include/assets/ascii.c Ver arquivo


+ 0
- 0
src/include/assets/ascii.h Ver arquivo


+ 0
- 0
src/include/assets/interface/.gitignore Ver arquivo


+ 0
- 0
src/include/battle_abilities.h Ver arquivo


+ 0
- 0
src/include/battle_common.h Ver arquivo


+ 0
- 0
src/include/battle_custom_structs.h Ver arquivo


+ 0
- 0
src/include/battle_fractions.h Ver arquivo


+ 0
- 0
src/include/battle_help.h Ver arquivo


+ 0
- 0
src/include/battle_initiative.h Ver arquivo


+ 0
- 0
src/include/battle_locations.h Ver arquivo


+ 0
- 0
src/include/battle_script.h Ver arquivo


+ 0
- 0
src/include/battle_structs.h Ver arquivo


+ 0
- 0
src/include/battle_test.h Ver arquivo


+ 0
- 0
src/include/bpre.h Ver arquivo


+ 0
- 0
src/include/callback.h Ver arquivo


+ 0
- 0
src/include/config/core.h Ver arquivo


+ 0
- 0
src/include/constants/abilities.h Ver arquivo


+ 0
- 0
src/include/constants/items.h Ver arquivo


+ 0
- 0
src/include/constants/moves.h Ver arquivo


+ 0
- 0
src/include/constants/ptypes.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/banks.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/banks.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/difficulty_variables.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/difficulty_variables.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/engine_flags.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/engine_flags.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/engine_variables.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/engine_variables.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/items.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/items.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/level_types.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/level_types.s Ver arquivo


+ 2
- 1
src/include/constants/pymap/main_story_variables.h Ver arquivo

@@ -10,4 +10,5 @@
10 10
 #define VALUE_HESPERIA_BRUECKE 0x8
11 11
 #define VALUE_MAPSCRIPT_HESPERIAGRABEN 0x9
12 12
 #define VALUE_POKEMON_SPRING_HOEHLE 0xa
13
-#define VALUE_VOR_DEM_REBERATUNNEL 0xb
13
+#define VALUE_HESPERIAGRABEN_SPRITEFACEUP 0xb
14
+#define VALUE_VOR_DEM_REBERATUNNEL 0xc

+ 2
- 1
src/include/constants/pymap/main_story_variables.s Ver arquivo

@@ -10,4 +10,5 @@
10 10
 .equ VALUE_HESPERIA_BRUECKE, 0x8
11 11
 .equ VALUE_MAPSCRIPT_HESPERIAGRABEN, 0x9
12 12
 .equ VALUE_POKEMON_SPRING_HOEHLE, 0xa
13
-.equ VALUE_VOR_DEM_REBERATUNNEL, 0xb
13
+.equ VALUE_HESPERIAGRABEN_SPRITEFACEUP, 0xb
14
+.equ VALUE_VOR_DEM_REBERATUNNEL, 0xc

+ 0
- 0
src/include/constants/pymap/map_adjacency_types.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_adjacency_types.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_battle_styles.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_battle_styles.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_carun_city_maps.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_carun_city_maps.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_connections.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_connections.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_flash_types.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_flash_types.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_heilige_orte.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_heilige_orte.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_hesperia_maps.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_hesperia_maps.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_hoehle_gebirge.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_hoehle_gebirge.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_namespaces.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_namespaces.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_outdoor.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_outdoor.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_route.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_route.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_show_name_types.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_show_name_types.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_types.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_types.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_urbania_city_maps.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_urbania_city_maps.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_wald_suempfe.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_wald_suempfe.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_weathers.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/map_weathers.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table1.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table1.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table2.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table2.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table3.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table3.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table4.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/npc_sprite_table4.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/person_behaviours.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/person_behaviours.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/riddle_variables.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/riddle_variables.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/rival_pokemon_variables.h Ver arquivo


+ 0
- 0
src/include/constants/pymap/rival_pokemon_variables.s Ver arquivo


+ 0
- 0
src/include/constants/pymap/save_variables.h Ver arquivo


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff