| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-05-22 | Replace MonsterNames dr with file already in repo | pikalaxalt | 1 | -1/+1 | |
| 2016-05-22 | Replace Function with Func_ | pikalaxalt | 2 | -138/+138 | |
| 2016-05-22 | Functions at 3a:4d35 | pikalaxalt | 1 | -0/+159 | |
| 2016-05-22 | Disassemble ea3ea to end of bank 3a | pikalaxalt | 1 | -0/+756 | |
| 2016-05-22 | Another function related to OAM | pikalaxalt | 1 | -0/+27 | |
| 2016-05-22 | Fix incbin filenames | pikalaxalt | 1 | -2/+2 | |
| 2016-05-22 | Disassemble function at ea3ea | pikalaxalt | 1 | -0/+189 | |
| 2016-05-22 | Align door tile dbws | pikalaxalt | 1 | -9/+9 | |
| 2016-05-22 | dbw door tiles | pikalaxalt | 1 | -26/+13 | |
| 2016-05-22 | Elevator floor menu, clear save | pikalaxalt | 2 | -4/+14 | |
| 2016-05-22 | Ledges | pikalaxalt | 3 | -47/+38 | |
| 2016-05-22 | Pewter gym guys (moved to bank 6, no longer a predef?) | pikalaxalt | 2 | -8/+112 | |
| 2016-05-21 | Oh wait, there's predef_const declarations. Huh. | pikalaxalt | 2 | -106/+101 | |
| 2016-05-21 | Some work on disassembling npc movement scripts (aka informed copy/paste ↵ | pikalaxalt | 1 | -147/+29 | |
| from red) | |||||
| 2016-05-20 | Disassemble yellow sounds | pikalaxalt | 1 | -1/+1 | |
| 2016-05-13 | Split default names strings into separate lines to make it less unpleasant ↵ | pikalaxalt | 1 | -6/+24 | |
| to read | |||||
| 2016-04-09 | Replace bankswitch jumps with jpab, also fix hardcoded bank reference. | luckytyphlosion | 1 | -1/+1 | |
| 2016-04-09 | Some Bank3F Pikachu Emotions disassembling and partial documentation. | luckytyphlosion | 5 | -11/+588 | |
| 2016-03-28 | Complete documentation of bank1e | luckytyphlosion | 2 | -9/+13 | |
| Todo: address comments for data/animations.asm | |||||
| 2016-03-26 | Delete animations_.asm | luckytyphlosion | 2 | -3450/+422 | |
| 2016-03-26 | Document the rest of animations.asm | luckytyphlosion | 1 | -22/+2182 | |
| 2016-03-26 | More animations.asm documentation | luckytyphlosion | 1 | -4/+448 | |
| 2016-03-26 | GBC palette code | YamaArashi | 3 | -454/+362 | |
| 2016-03-22 | Clean up more Yellow ifdefs. | IIMarckus | 6 | -38/+0 | |
| 2016-03-19 | Some more animations.asm work. | luckytyphlosion | 1 | -5/+210 | |
| 2016-03-17 | Start working on engine/battle/animations.asm | luckytyphlosion | 3 | -34/+69 | |
| 2016-03-17 | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | 3 | -65/+459 | |
| 2016-03-17 | Split bank3 up. | luckytyphlosion | 20 | -0/+2258 | |
| 2016-03-17 | Split bank1 up. | luckytyphlosion | 13 | -1/+1127 | |
| 2016-02-21 | Remove hardcoded length values in items.asm | Marcus Huderle | 1 | -2/+2 | |
| 2016-02-20 | Remove hardcoded values for CopyData in battle core. | Marcus Huderle | 1 | -4/+4 | |
| 2016-01-29 | Macrofy sprite status data in WRA0 | PikalaxALT | 1 | -3/+3 | |
| 2016-01-27 | Fix logically incorrect label | dannye | 1 | -2/+3 | |
| 2016-01-24 | Complete documentation of BankF | luckytyphlosion | 2 | -7356/+390 | |
| 2016-01-23 | More BankF documentation | luckytyphlosion | 4 | -102/+1488 | |
| MoveHitTest to MoveEffectPointerTable | |||||
| 2016-01-16 | More bankF documentation. | luckytyphlosion | 8 | -117/+1490 | |
| PrintCriticalOHKOText to AdjustDamageForMoveType | |||||
| 2016-01-09 | More BankF documentation | luckytyphlosion | 5 | -49/+1280 | |
| AnyMoveToSelect to DoesntAffectMonText | |||||
| 2016-01-09 | Minor fixes | luckytyphlosion | 1 | -1/+1 | |
| 2016-01-09 | fix typoes | YamaArashi | 1 | -9/+9 | |
| 2016-01-05 | Fix a typo | PikalaxALT | 1 | -3/+3 | |
| 2016-01-03 | Fix game time labels | PikalaxALT | 8 | -18/+18 | |
| 2015-12-31 | Cleanup with yellow-exclusive banks | luckytyphlosion | 11 | -800/+33 | |
| Also introduce charmap for $ec (unfilled menu arrow cursor) | |||||
| 2015-12-31 | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | 14 | -132/+1579 | |
| 2015-12-29 | More BankF documentation | luckytyphlosion | 13 | -93/+1152 | |
| Also introduce bit direction constants and setpal macros | |||||
| 2015-12-26 | Start disassembling bank0F (Battle) | luckytyphlosion | 6 | -36/+729 | |
| All current findings will be located in engine/battle/core_.asm | |||||
| 2015-12-23 | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asm | luckytyphlosion | 4 | -424/+133 | |
| Also document Func_1681 (GetFarByte) and fix Missingno's dex entry | |||||
| 2015-12-22 | data/pokedex_entries.asm | luckytyphlosion | 1 | -3/+1 | |
| Also fix data/evos_moves.asm address comments (off by one) | |||||
| 2015-12-22 | Fewer underscores in constants | luckytyphlosion | 3 | -8/+8 | |
| dannye | |||||
| 2015-12-22 | data/evos_moves.asm | luckytyphlosion | 1 | -1/+1 | |
| 2015-12-22 | engine/menu/pokedex.asm | luckytyphlosion | 2 | -155/+231 | |
| Todo: fix data/pokedex_entries.asm | |||||
