Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Karathan
/
source_of_the_sovereign
mirror da
https://github.com/SBird1337/source_of_the_sovereign
Segui
1
Vota
0
Forka
0
Codice
Problemi
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
file mode
SBird1337
8 anni fa
parent
776c4ee53e
commit
efbc09259f
100 ha cambiato i file
con
0 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
0
assets/render/ascii.png
0
0
base/.gitignore
0
0
build/.gitignore
0
0
built/.gitignore
0
0
data/item/item_gfx.S
0
0
data/item/item_scripts.S
0
0
data/item/tm_hm_move_table.S
0
0
data/moves/move_data.S
0
0
data/moves/move_descriptions.S
0
0
data/pkmn_tables/pokemon_enemy_altitude_table.s
0
0
data/pkmn_tables/pokemon_enemy_y_table.s
0
0
data/pkmn_tables/pokemon_footprints.s
0
0
data/pkmn_tables/pokemon_habitats.S
0
0
data/pkmn_tables/pokemon_move_tutor.s
0
0
data/pkmn_tables/pokemon_player_y_table.s
0
0
data/pkmn_tables/pokemon_tm_vm.s
0
0
gfx_build/icons/.gitignore
0
0
gfx_build/sprites/.gitignore
0
0
gfx_build/sprites/back_sprites/.gitignore
0
0
gfx_build/sprites/castform/.gitignore
0
0
gfx_build/sprites/front_sprites/.gitignore
0
0
gfx_build/sprites/normal_pal/.gitignore
0
0
gfx_build/sprites/shiny_pal/.gitignore
0
0
main.asm
0
0
nbproject/configurations.xml
0
0
nbproject/private/Default-build.log
0
0
nbproject/private/configurations.xml
0
0
nbproject/private/launcher.properties
0
0
nbproject/private/private.xml
0
0
nbproject/project.xml
0
0
patches/battle_engine/battle_engine.asm
0
0
patches/battle_engine/malloc.asm
0
0
patches/items/item_limits.asm
0
0
patches/items/item_routines.asm
0
0
patches/items/item_tables.asm
0
0
patches/items/items.asm
0
0
patches/items/tm_fixes.asm
0
0
patches/move_table.asm
0
0
patches/overworlds/overworld.asm
0
0
patches/overworlds/trainer.asm
0
0
patches/pokemon_data/pokedex_order.asm
0
0
patches/pokemon_data/pokemon_footprints.asm
0
0
patches/pokemon_data/pokemon_habitats.asm
0
0
sprites.makefile
0
0
src/battle_engine/battle_abilities.c
0
0
src/battle_engine/battle_end_of_turn.c
0
0
src/battle_engine/battle_end_of_turn_hook.S
0
0
src/battle_engine/battle_help.c
0
0
src/battle_engine/battle_initiative.c
0
0
src/battle_engine/battle_switch_in_hook.S
0
0
src/battle_engine/battle_test.c
0
0
src/battle_engine/custom_structs_malloc.c
0
0
src/battle_engine/custom_structs_malloc.h
0
0
src/battle_engine/custom_structs_malloc_hook.S
0
0
src/battle_engine/entry_hazards.c
0
0
src/battle_engine/entry_hazards_hook.S
0
0
src/battle_engine/scripts/hazards.S
0
0
src/battle_engine/scripts/test.S
0
0
src/debug/debug.c
0
0
src/include/abilities.h
0
0
src/include/assets/ascii.c
0
0
src/include/assets/ascii.h
0
0
src/include/battle.h
0
0
src/include/battle_abilities.h
0
0
src/include/battle_help.h
0
0
src/include/battle_initiative.h
0
0
src/include/battle_locations.h
0
0
src/include/battle_structs.h
0
0
src/include/battle_test.h
0
0
src/include/custom_structs.h
0
0
src/include/debug.h
0
0
src/include/item_effects.h
0
0
src/include/items.h
0
0
src/include/moves.h
0
0
src/include/pokemon.h
0
0
src/item/tmhm/tm_compatability.S
0
0
src/item/tmhm/tm_index.S
0
0
src/item/tmhm/tm_index_fix.S
0
0
src/item/tmhm/tm_number.S
0
0
src/item/tmhm/tm_save_block.S
0
0
src/moves/bride/bride.c
0
0
src/moves/bride/bride_scripts.S
0
0
src/moves/hazards/hazards_scripts.S
0
0
src/moves/power_trick/power_trick.c
0
0
src/moves/power_trick/power_trick_script.S
0
0
src/moves/roost/roost.c
0
0
src/moves/roost/roost_scripts.S
0
0
src/overworld/overworld.c
0
0
src/overworld/overworld_hooks.S
0
0
src/overworld/trainer_run.S
0
0
string/.gitignore
0
0
string/de/hazards.txt
0
0
string/de/item_data.txt
0
0
string/de/item_descriptions.txt
0
0
string/de/move_descriptions.txt
0
0
string/de/move_names.txt
0
0
string/de/move_strings.txt
0
0
string/en/hazards.txt
0
0
string/en/move_strings.txt
0
0
string/table.tbl
+ 0
- 0
assets/render/ascii.png
Vedi File
+ 0
- 0
base/.gitignore
Vedi File
+ 0
- 0
build/.gitignore
Vedi File
+ 0
- 0
built/.gitignore
Vedi File
+ 0
- 0
data/item/item_gfx.S
Vedi File
+ 0
- 0
data/item/item_scripts.S
Vedi File
+ 0
- 0
data/item/tm_hm_move_table.S
Vedi File
+ 0
- 0
data/moves/move_data.S
Vedi File
+ 0
- 0
data/moves/move_descriptions.S
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_enemy_altitude_table.s
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_enemy_y_table.s
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_footprints.s
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_habitats.S
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_move_tutor.s
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_player_y_table.s
Vedi File
+ 0
- 0
data/pkmn_tables/pokemon_tm_vm.s
Vedi File
+ 0
- 0
gfx_build/icons/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/back_sprites/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/castform/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/front_sprites/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/normal_pal/.gitignore
Vedi File
+ 0
- 0
gfx_build/sprites/shiny_pal/.gitignore
Vedi File
+ 0
- 0
main.asm
Vedi File
+ 0
- 0
nbproject/configurations.xml
Vedi File
+ 0
- 0
nbproject/private/Default-build.log
Vedi File
+ 0
- 0
nbproject/private/configurations.xml
Vedi File
+ 0
- 0
nbproject/private/launcher.properties
Vedi File
+ 0
- 0
nbproject/private/private.xml
Vedi File
+ 0
- 0
nbproject/project.xml
Vedi File
+ 0
- 0
patches/battle_engine/battle_engine.asm
Vedi File
+ 0
- 0
patches/battle_engine/malloc.asm
Vedi File
+ 0
- 0
patches/items/item_limits.asm
Vedi File
+ 0
- 0
patches/items/item_routines.asm
Vedi File
+ 0
- 0
patches/items/item_tables.asm
Vedi File
+ 0
- 0
patches/items/items.asm
Vedi File
+ 0
- 0
patches/items/tm_fixes.asm
Vedi File
+ 0
- 0
patches/move_table.asm
Vedi File
+ 0
- 0
patches/overworlds/overworld.asm
Vedi File
+ 0
- 0
patches/overworlds/trainer.asm
Vedi File
+ 0
- 0
patches/pokemon_data/pokedex_order.asm
Vedi File
+ 0
- 0
patches/pokemon_data/pokemon_footprints.asm
Vedi File
+ 0
- 0
patches/pokemon_data/pokemon_habitats.asm
Vedi File
+ 0
- 0
sprites.makefile
Vedi File
+ 0
- 0
src/battle_engine/battle_abilities.c
Vedi File
+ 0
- 0
src/battle_engine/battle_end_of_turn.c
Vedi File
+ 0
- 0
src/battle_engine/battle_end_of_turn_hook.S
Vedi File
+ 0
- 0
src/battle_engine/battle_help.c
Vedi File
+ 0
- 0
src/battle_engine/battle_initiative.c
Vedi File
+ 0
- 0
src/battle_engine/battle_switch_in_hook.S
Vedi File
+ 0
- 0
src/battle_engine/battle_test.c
Vedi File
+ 0
- 0
src/battle_engine/custom_structs_malloc.c
Vedi File
+ 0
- 0
src/battle_engine/custom_structs_malloc.h
Vedi File
+ 0
- 0
src/battle_engine/custom_structs_malloc_hook.S
Vedi File
+ 0
- 0
src/battle_engine/entry_hazards.c
Vedi File
+ 0
- 0
src/battle_engine/entry_hazards_hook.S
Vedi File
+ 0
- 0
src/battle_engine/scripts/hazards.S
Vedi File
+ 0
- 0
src/battle_engine/scripts/test.S
Vedi File
+ 0
- 0
src/debug/debug.c
Vedi File
+ 0
- 0
src/include/abilities.h
Vedi File
+ 0
- 0
src/include/assets/ascii.c
Vedi File
+ 0
- 0
src/include/assets/ascii.h
Vedi File
+ 0
- 0
src/include/battle.h
Vedi File
+ 0
- 0
src/include/battle_abilities.h
Vedi File
+ 0
- 0
src/include/battle_help.h
Vedi File
+ 0
- 0
src/include/battle_initiative.h
Vedi File
+ 0
- 0
src/include/battle_locations.h
Vedi File
+ 0
- 0
src/include/battle_structs.h
Vedi File
+ 0
- 0
src/include/battle_test.h
Vedi File
+ 0
- 0
src/include/custom_structs.h
Vedi File
+ 0
- 0
src/include/debug.h
Vedi File
+ 0
- 0
src/include/item_effects.h
Vedi File
+ 0
- 0
src/include/items.h
Vedi File
+ 0
- 0
src/include/moves.h
Vedi File
+ 0
- 0
src/include/pokemon.h
Vedi File
+ 0
- 0
src/item/tmhm/tm_compatability.S
Vedi File
+ 0
- 0
src/item/tmhm/tm_index.S
Vedi File
+ 0
- 0
src/item/tmhm/tm_index_fix.S
Vedi File
+ 0
- 0
src/item/tmhm/tm_number.S
Vedi File
+ 0
- 0
src/item/tmhm/tm_save_block.S
Vedi File
+ 0
- 0
src/moves/bride/bride.c
Vedi File
+ 0
- 0
src/moves/bride/bride_scripts.S
Vedi File
+ 0
- 0
src/moves/hazards/hazards_scripts.S
Vedi File
+ 0
- 0
src/moves/power_trick/power_trick.c
Vedi File
+ 0
- 0
src/moves/power_trick/power_trick_script.S
Vedi File
+ 0
- 0
src/moves/roost/roost.c
Vedi File
+ 0
- 0
src/moves/roost/roost_scripts.S
Vedi File
+ 0
- 0
src/overworld/overworld.c
Vedi File
+ 0
- 0
src/overworld/overworld_hooks.S
Vedi File
+ 0
- 0
src/overworld/trainer_run.S
Vedi File
+ 0
- 0
string/.gitignore
Vedi File
+ 0
- 0
string/de/hazards.txt
Vedi File
+ 0
- 0
string/de/item_data.txt
Vedi File
+ 0
- 0
string/de/item_descriptions.txt
Vedi File
+ 0
- 0
string/de/move_descriptions.txt
Vedi File
+ 0
- 0
string/de/move_names.txt
Vedi File
+ 0
- 0
string/de/move_strings.txt
Vedi File
+ 0
- 0
string/en/hazards.txt
Vedi File
+ 0
- 0
string/en/move_strings.txt
Vedi File
+ 0
- 0
string/table.tbl
Vedi File
Dato che sono stati cambiati molti file in questo diff, alcuni di essi non verranno mostrati