aboutsummaryrefslogtreecommitdiffstats
path: root/main.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-221-7/+13
|\
| * Bank11 and 14 misc functions.luckytyphlosion2016-05-221-7/+15
| |
* | engine/printer.asmpikalaxalt2016-05-221-11/+16
| |
* | Replace MonsterNames dr with file already in repopikalaxalt2016-05-221-2/+1
| |
* | Functions at 3a:4d35pikalaxalt2016-05-221-5/+33
| |
* | Disassemble ea3ea to end of bank 3apikalaxalt2016-05-221-1/+1
| |
* | Another function related to OAMpikalaxalt2016-05-221-1/+1
| |
* | Disassemble function at ea3eapikalaxalt2016-05-221-1/+2
| |
* | FreezeEnemyTrainerSpritepikalaxalt2016-05-221-1/+23
| |
* | Trim trailing zeros from `dr` blocks (part 2)pikalaxalt2016-05-221-5/+5
| |
* | Trim trailing zeros from `dr` blocks (part 1)pikalaxalt2016-05-221-7/+7
| |
* | Elevator floor menu, clear savepikalaxalt2016-05-221-4/+45
| |
* | Ledgespikalaxalt2016-05-221-2/+2
| |
* | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-211-12/+2
|/ | | | from red)
* Move yellow/main.asm code to main.asmluckytyphlosion2016-04-141-6224/+573
| | | | Also fix an error in home/overworld.asm
* Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-1/+1
|
* More BankF documentationluckytyphlosion2015-12-291-2/+2
| | | | Also introduce bit direction constants and setpal macros
* bankB misc functionsluckytyphlosion2015-11-291-1/+1
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-281-1/+1
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_
* _RemovePokemon and _DisplayPokedexluckytyphlosion2015-11-131-35/+35
|
* Move data, mon header data, cry data.luckytyphlosion2015-11-081-153/+153
| | | | Also remove bmon folder
* DisplayTextIDInit and DrawStartMenuluckytyphlosion2015-11-081-10/+7
| | | | Also re-add event_macros.asm
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-70/+70
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-1/+1
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-1/+1
| | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-1/+1
| | | | | | misc functions Also rename pcm-related functions.
* Complete documentation of bank3luckytyphlosion2015-10-181-140/+144
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* More bank3 documentationluckytyphlosion2015-10-171-28/+31
| | | | Also misc. documentation in bank3c and bank3f
* more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-4/+4
|
* Some bank3 documentationluckytyphlosion2015-10-041-39/+59
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-490/+531
|\ | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-5/+5
| |
| * named more variablesYamaArashi2015-08-121-6/+8
| |
| * commented SGB palette stuffYamaArashi2015-08-121-1/+1
| |
| * More joypad constantsdannye2015-08-111-1/+1
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-8/+8
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-2/+2
| |\
| | * fixed namesYamaArashi2015-08-071-2/+2
| | |
| * | Replace some hardcoded data sizesdannye2015-08-091-6/+19
| |/
| * Use more lbdannye2015-08-051-11/+11
| | | | | | | | and other clean up
| * constants for PrintNumberYamaArashi2015-07-291-6/+6
| |
| * Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-4/+4
| |\
| | * Use more wram labels and other constantsxCrystal2015-07-241-4/+4
| | |
| * | yet more namingYamaArashi2015-07-251-8/+8
| | |
| * | more naming variablesYamaArashi2015-07-241-31/+31
| | |
| * | clean up wram aliasesYamaArashi2015-07-231-1/+1
| |/
| * named most of the used eventsYamaArashi2015-07-211-1/+1
| |
| * enumerate eventsYamaArashi2015-07-201-9/+4
| |
| * constants for flag actionsYamaArashi2015-07-191-9/+9
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-4/+4
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm