kep-hack/engine
dannye 735d5bd4c2 Manually merge pokecrystal audio files
and remove more CrystalComplete leftovers
2019-04-21 15:13:17 -05:00
..
battle Merge branch 'master' of https://github.com/pret/pokered 2019-04-13 17:21:23 -05:00
items Merge branch 'master' of https://github.com/pret/pokered 2019-04-13 17:21:23 -05:00
menu Merge branch 'master' of https://github.com/pret/pokered 2019-04-13 17:21:23 -05:00
overworld Manually merge pokecrystal audio files 2019-04-21 15:13:17 -05:00
add_mon.asm Gave the labels in _MoveMon more descriptive names and added a few comments 2017-03-19 20:35:40 +00:00
bcd.asm Gave names to the functions and labels and adresses used in DivideBCD 2017-03-19 21:09:24 +00:00
black_out.asm split bank 1 into files 2016-09-17 18:17:57 -07:00
cable_club.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
clear_save.asm remove address comments 2016-06-11 17:24:04 -07:00
debug1.asm split bank 1 into files 2016-09-17 18:17:57 -07:00
display_pokedex.asm split bank 1 into files 2016-09-17 18:17:57 -07:00
display_text_id_init.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
evolution.asm Insert Crystal audio engine and music 2017-05-07 15:30:08 -05:00
evolve_trade.asm remove address comments 2016-06-11 17:24:04 -07:00
evos_moves.asm remove address comments 2016-06-11 17:24:04 -07:00
experience.asm remove address comments 2016-06-11 17:24:04 -07:00
flag_action.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
game_corner_slots.asm remove address comments 2016-06-11 17:24:04 -07:00
game_corner_slots2.asm remove address comments 2016-06-11 17:24:04 -07:00
gamefreak.asm sync text 2016-06-12 10:11:31 -07:00
get_bag_item_quantity.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
give_pokemon.asm Clean up text commands 2016-07-18 01:17:03 -05:00
hall_of_fame.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
heal_party.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
hidden_object_functions3.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
hidden_object_functions7.asm Merge branch 'master' of https://github.com/pret/pokered 2019-04-13 17:21:23 -05:00
hidden_object_functions14.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
hidden_object_functions17.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
hidden_object_functions18.asm more syncing with pokeyellow 2016-06-12 00:52:14 -07:00
HoF_room_pc.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
hp_bar.asm sync engine code with pokeyellow 2016-06-12 00:52:13 -07:00
in_game_trades.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
init_player_data.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
intro.asm Merge branch 'master' of https://github.com/pret/pokered 2019-04-13 17:21:23 -05:00
joypad.asm
learn_move.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
load_mon_data.asm pull some bank 1 code out of main.asm 2016-09-17 17:37:32 -07:00
load_pokedex_tiles.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
mon_party_sprites.asm sync engine code with pokeyellow 2016-06-12 00:52:13 -07:00
multiply_divide.asm remove address comments 2016-06-11 17:24:04 -07:00
oak_speech.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
oak_speech2.asm Remove some leftover address comments 2016-06-12 01:42:19 -05:00
oam_dma.asm misc 2015-07-18 21:58:55 -07:00
palettes.asm Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
pathfinding.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
play_time.asm remove address comments 2016-06-11 17:24:04 -07:00
pokedex_rating.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
predefs.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
predefs7.asm remove address comments 2016-06-11 17:24:04 -07:00
predefs12.asm Remove some leftover address comments 2016-06-12 01:42:19 -05:00
predefs17.asm remove address comments 2016-06-11 17:24:04 -07:00
predefs17_2.asm remove address comments 2016-06-11 17:24:04 -07:00
print_waiting_text.asm pull some bank 1 code out of main.asm 2016-09-17 17:37:32 -07:00
random.asm
remove_pokemon.asm split bank 1 into files 2016-09-17 18:17:57 -07:00
save.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
slot_machine.asm Replace deprecated mnemonics by the correct ones 2017-06-09 22:54:09 +01:00
special_warps.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
status_ailments.asm remove address comments 2016-06-11 17:24:04 -07:00
subtract_paid_money.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
test_battle.asm pull some bank 1 code out of main.asm 2016-09-17 17:37:32 -07:00
titlescreen.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
titlescreen2.asm sync engine code with pokeyellow 2016-06-12 00:52:13 -07:00
town_map.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
trade.asm Replace deprecated mnemonics by the correct ones 2017-06-09 22:54:09 +01:00
trade2.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
turn_sprite.asm remove address comments 2016-06-11 17:24:04 -07:00