aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAge
* Minor fixesluckytyphlosion2016-01-09
|
* More BankF documentationluckytyphlosion2015-12-29
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-26
| | | | All current findings will be located in engine/battle/core_.asm
* Fewer underscores in constantsluckytyphlosion2015-12-22
| | | | dannye
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-06
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-29
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Complete documentation of bank3luckytyphlosion2015-10-18
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-30
|\ | | | | | | Doesn't build.
| * item name length constantYamaArashi2015-08-14
| |
| * add border constant and clear up misnomerYamaArashi2015-08-14
| |
| * named more variablesYamaArashi2015-08-12
| |
| * More joypad constantsdannye2015-08-11
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-10
| |
| * No more $C8dannye2015-08-10
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Use constants for elevator floorsdannye2015-08-10
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-10
| |\
| | * commented audio codeYamaArashi2015-08-08
| | |
| | * named CountSetBits output variableYamaArashi2015-08-07
| | |
| * | Replace some hardcoded data sizesdannye2015-08-09
| |/
| * Use more lbdannye2015-08-05
| | | | | | | | and other clean up
| * yet more namingYamaArashi2015-07-25
| |
| * more naming variablesYamaArashi2015-07-24
| |
| * named animation functions/variablesYamaArashi2015-07-24
| |
| * make route22 rival events more consistentYamaArashi2015-07-23
| |
| * named functionYamaArashi2015-07-23
| |
| * clean up wram aliasesYamaArashi2015-07-23
| |
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-22
| |\ | | | | | | enumerate events
| | * named more constantsYamaArashi2015-07-21
| | |
| | * named most of the used eventsYamaArashi2015-07-21
| | |
| | * gym leader eventsYamaArashi2015-07-20
| | |
| | * enumerate eventsYamaArashi2015-07-20
| | |
| * | Unify audio bank referencesdannye2015-07-22
| |/ | | | | | | | | | | 2→1 8→2 1f→3
| * constants for flag actionsYamaArashi2015-07-19
| |
| * namingYamaArashi2015-07-19
| |
| * replace uses of minus oneYamaArashi2015-07-19
| |
| * jpab/jpba macrosYamaArashi2015-07-19
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-19
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * small changesYamaArashi2015-07-18
| | |
| | * miscYamaArashi2015-07-18
| | |
| * | Name sound effectsdannye2015-07-19
| |/
| * Consolidate coord macrosdannye2015-07-18
| |
| * fix variable namingYamaArashi2015-07-18
| |
| * money / coins hram constantsYamaArashi2015-07-17
| |
| * More direction constantsdannye2015-07-17
| | | | | | | | facing directions, npc movement, joypad
| * Merge branch 'master' of https://github.com/iimarckus/pokereddannye2015-07-16
| |\
| | * menu stuffYamaArashi2015-07-15
| | |
| | * more movement stuffYamaArashi2015-07-15
| | |
| | * named wram variablesYamaArashi2015-07-14
| | |
| | * hall of fame / creditsYamaArashi2015-07-14
| | |
| | * player animations, emotion bubbles, etc.YamaArashi2015-07-14
| | |