pokecrystal-board/engine/battle
mid-kid be76ee56a8 Organize the engine/ directory, director's cut
Cleaned up `engine/routines`, in favor of moving files into more
appropriate directories. predef-related routines are now in top-level
`engine`.
`rtc/delete_save_change_clock.asm` has been split into both
`menus/delete_save.asm` and `rtc/reset_password.asm`.

Made a new subdirectory:
* engine/math: Contains all generic math-related routines.
2018-03-25 18:24:14 +02:00
..
ai Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-25 20:39:54 -05:00
move_effects Use maskbits NUM_TYPES 2018-02-20 10:54:48 -05:00
anim_hp_bar.asm Keep documentation in sync with new WRAM labels 2018-02-03 20:40:21 -05:00
battle_transition.asm Macro factors out sine code, just like sine data, since it's used 5 times 2018-02-03 21:11:55 -05:00
battlestart_copytilemapatonce.asm Use "battle_anims" and "sprite_anims" for clarity, not just "anims" 2017-12-26 18:45:04 -05:00
checkbattlescene.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
consumehelditem.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
core.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-25 20:39:54 -05:00
effect_commands.asm Consistent "X percent [+/- Y]" order 2018-02-04 21:21:34 -05:00
hidden_power.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
link_result.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
menu.asm MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440) 2018-01-23 16:08:43 -05:00
misc.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
read_trainer_attributes.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
read_trainer_dvs.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
read_trainer_party.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
returntobattle_useball.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
sliding_intro.asm Fix wVirtualOAM labels, part 2. 2018-01-30 14:52:46 -05:00
start_battle.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
trainer_huds.asm Fix wVirtualOAM labels, part 2. 2018-01-30 14:52:46 -05:00
unreferenced_getgen1trainerclassname.asm Organize the engine/ directory, director's cut 2018-03-25 18:24:14 +02:00
updatebattlehuds.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
used_move_text.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00