aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-226-209/+210
|\
| * Bank11 and 14 misc functions.luckytyphlosion2016-05-226-209/+210
| |
* | engine/printer.asmpikalaxalt2016-05-222-159/+772
| |
* | Replace MonsterNames dr with file already in repopikalaxalt2016-05-221-1/+1
| |
* | Replace Function with Func_pikalaxalt2016-05-222-138/+138
| |
* | Functions at 3a:4d35pikalaxalt2016-05-221-0/+159
| |
* | Disassemble ea3ea to end of bank 3apikalaxalt2016-05-221-0/+756
| |
* | Another function related to OAMpikalaxalt2016-05-221-0/+27
| |
* | Fix incbin filenamespikalaxalt2016-05-221-2/+2
| |
* | Disassemble function at ea3eapikalaxalt2016-05-221-0/+189
| |
* | Align door tile dbwspikalaxalt2016-05-221-9/+9
| |
* | Elevator floor menu, clear savepikalaxalt2016-05-222-4/+14
| |
* | Ledgespikalaxalt2016-05-223-47/+38
| |
* | Pewter gym guys (moved to bank 6, no longer a predef?)pikalaxalt2016-05-222-8/+112
| |
* | Oh wait, there's predef_const declarations. Huh.pikalaxalt2016-05-212-106/+101
| |
* | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-211-147/+29
| | | | | | | | from red)
* | Disassemble yellow soundspikalaxalt2016-05-201-1/+1
|/
* Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion2016-04-091-1/+1
|
* Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-095-11/+588
|
* Complete documentation of bank1eluckytyphlosion2016-03-282-9/+13
| | | | Todo: address comments for data/animations.asm
* Delete animations_.asmluckytyphlosion2016-03-262-3450/+422
|
* Document the rest of animations.asmluckytyphlosion2016-03-261-22/+2182
|
* More animations.asm documentationluckytyphlosion2016-03-261-4/+448
|
* GBC palette codeYamaArashi2016-03-263-454/+362
|
* Some more animations.asm work.luckytyphlosion2016-03-191-5/+210
|
* Start working on engine/battle/animations.asmluckytyphlosion2016-03-173-34/+69
|
* Replaced some wram labels before committing, need to commit now.luckytyphlosion2016-03-173-65/+459
|
* Split bank3 up.luckytyphlosion2016-03-1720-0/+2258
|
* Split bank1 up.luckytyphlosion2016-03-1713-1/+1127
|
* Complete documentation of BankFluckytyphlosion2016-01-242-7356/+390
|
* More BankF documentationluckytyphlosion2016-01-234-102/+1488
| | | | MoveHitTest to MoveEffectPointerTable
* More bankF documentation.luckytyphlosion2016-01-168-117/+1490
| | | | PrintCriticalOHKOText to AdjustDamageForMoveType
* More BankF documentationluckytyphlosion2016-01-095-49/+1280
| | | | AnyMoveToSelect to DoesntAffectMonText
* Minor fixesluckytyphlosion2016-01-091-1/+1
|
* Cleanup with yellow-exclusive banksluckytyphlosion2015-12-3111-800/+33
| | | | Also introduce charmap for $ec (unfilled menu arrow cursor)
* BankF documentation from HasMonFainted to Func_3d536luckytyphlosion2015-12-3114-132/+1579
|
* More BankF documentationluckytyphlosion2015-12-2913-93/+1152
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-266-36/+729
| | | | All current findings will be located in engine/battle/core_.asm
* engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-234-424/+133
| | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* data/pokedex_entries.asmluckytyphlosion2015-12-221-3/+1
| | | | Also fix data/evos_moves.asm address comments (off by one)
* Fewer underscores in constantsluckytyphlosion2015-12-223-8/+8
| | | | dannye
* data/evos_moves.asmluckytyphlosion2015-12-221-1/+1
|
* engine/menu/pokedex.asmluckytyphlosion2015-12-222-155/+231
| | | | Todo: fix data/pokedex_entries.asm
* Yellow Options Menuluckytyphlosion2015-12-131-0/+443
|
* engine/evos_moves.asmluckytyphlosion2015-12-121-46/+202
| | | | Todo: data/evos_moves.asm
* engine/battle/draw_hud_pokeball_gfx.asmluckytyphlosion2015-12-121-16/+24
|
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-0614-244/+215
|
* BankD misc functionsluckytyphlosion2015-12-058-149/+156
| | | | Game Corner stuff and (unused) titlescreen2.asm
* bankB misc functionsluckytyphlosion2015-11-296-17/+24
| | | | ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown
* BankA misc functionsluckytyphlosion2015-11-289-39/+41
| | | | predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_