aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-63/+63
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Complete documentation of bank3luckytyphlosion2015-10-181-8/+8
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-500/+495
|\ | | | | | | Doesn't build.
| * named battle and learn move variablesYamaArashi2015-08-141-17/+25
| |
| * Named a test battle variableYamaArashi2015-08-131-4/+4
| |
| * commented SGB palette stuffYamaArashi2015-08-121-20/+20
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-5/+5
| |
| * No more $C8dannye2015-08-101-2/+2
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-28/+36
| |\
| | * commented audio codeYamaArashi2015-08-081-8/+8
| | |
| | * named wram variablesYamaArashi2015-08-071-17/+17
| | |
| | * more info on the bide bugYamaArashi2015-08-061-3/+11
| | |
| * | Replace some hardcoded data sizesdannye2015-08-091-7/+7
| |/
| * Use more lbdannye2015-08-051-29/+29
| | | | | | | | and other clean up
| * constants for PrintNumberYamaArashi2015-07-291-4/+4
| |
| * Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-19/+19
| |\
| | * Use more wram labels and other constantsxCrystal2015-07-241-19/+19
| | |
| * | yet more namingYamaArashi2015-07-251-1/+1
| | |
| * | more naming variablesYamaArashi2015-07-241-14/+14
| | |
| * | named animation functions/variablesYamaArashi2015-07-241-1/+1
| | |
| * | fixed hram aliases and named wram varYamaArashi2015-07-231-43/+43
| |/
| * Name some battle sound effectsdannye2015-07-211-5/+5
| |
| * constants for flag actionsYamaArashi2015-07-191-6/+6
| |
| * namingYamaArashi2015-07-191-2/+2
| |
| * jpab/jpba macrosYamaArashi2015-07-191-57/+19
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * miscYamaArashi2015-07-181-1/+1
| | |
| * | Name sound effectsdannye2015-07-191-5/+5
| |/
| * Consolidate coord macrosdannye2015-07-181-63/+63
| |
| * fix variable namingYamaArashi2015-07-181-14/+14
| |
| * menu stuffYamaArashi2015-07-151-11/+11
| |
| * named wram variablesYamaArashi2015-07-141-65/+66
| |
| * hall of fame / creditsYamaArashi2015-07-141-2/+2
| |
| * Use more screen dimension constantsdannye2015-07-141-1/+1
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-38/+40
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm
| | * named party menu/naming screen wram variablesYamaArashi2015-07-131-8/+8
| | |
| | * menu wram variable namesYamaArashi2015-07-131-1/+1
| | |
| | * named wram variablesYamaArashi2015-07-121-3/+3
| | |
| | * use constant for bg transfer dest hram varYamaArashi2015-07-121-2/+2
| | |
| | * shake screen functionsYamaArashi2015-07-121-1/+1
| | |
| | * some battle animation stuffYamaArashi2015-07-121-23/+25
| | |
| * | Use more *Coorddannye2015-07-141-5/+5
| |/ | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
| * TX_ASMU-Daniel-PC\Daniel2015-07-031-8/+8
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-53/+55
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
| * Mention Jap grammarU-Daniel-PC\Daniel2015-06-121-0/+4
| |
| * Document code related to MonName1TextU-Daniel-PC\Daniel2015-06-121-17/+27
| |
| * Clean up white spaceU-Daniel-PC\Daniel2015-06-111-43/+43
| |
* | Build only YellowU-Daniel-PC\Daniel2015-08-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
* | Complete documentation of bank3dluckytyphlosion2015-07-061-114/+0
| | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
* | More bank3d documentation.luckytyphlosion2015-07-031-161/+0
|/ | | | | Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too.