Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-23 | Move diploma tilemaps out of incbins | pikalaxalt | |
2016-05-23 | Move all the printer functions out of main.asm, including the intermediate ↵ | pikalaxalt | |
dr blocks | |||
2016-05-22 | Resolve hard-coded calls | pikalaxalt | |
2016-05-22 | Disassemble diploma in bank 3a | pikalaxalt | |
2016-05-22 | the rest of engine/printer.asm | pikalaxalt | |
2016-05-22 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-05-22 | Bank15 misc functions | luckytyphlosion | |
2016-05-22 | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | |
2016-05-22 | engine/printer.asm | pikalaxalt | |
2016-05-22 | Bank11 and 14 misc functions. | luckytyphlosion | |
2016-05-22 | Replace MonsterNames dr with file already in repo | pikalaxalt | |
2016-05-22 | Replace Function with Func_ | pikalaxalt | |
2016-05-22 | Functions at 3a:4d35 | pikalaxalt | |
2016-05-22 | Disassemble ea3ea to end of bank 3a | pikalaxalt | |
2016-05-22 | Another function related to OAM | pikalaxalt | |
2016-05-22 | Fix incbin filenames | pikalaxalt | |
2016-05-22 | Disassemble function at ea3ea | pikalaxalt | |
2016-05-22 | Align door tile dbws | pikalaxalt | |
2016-05-22 | Elevator floor menu, clear save | pikalaxalt | |
2016-05-22 | Ledges | pikalaxalt | |
2016-05-22 | Pewter gym guys (moved to bank 6, no longer a predef?) | pikalaxalt | |
2016-05-21 | Oh wait, there's predef_const declarations. Huh. | pikalaxalt | |
2016-05-21 | Some work on disassembling npc movement scripts (aka informed copy/paste ↵ | pikalaxalt | |
from red) | |||
2016-05-20 | Disassemble yellow sounds | pikalaxalt | |
2016-04-09 | Replace bankswitch jumps with jpab, also fix hardcoded bank reference. | luckytyphlosion | |
2016-04-09 | Some Bank3F Pikachu Emotions disassembling and partial documentation. | luckytyphlosion | |
2016-03-28 | Complete documentation of bank1e | luckytyphlosion | |
Todo: address comments for data/animations.asm | |||
2016-03-26 | Delete animations_.asm | luckytyphlosion | |
2016-03-26 | Document the rest of animations.asm | luckytyphlosion | |
2016-03-26 | More animations.asm documentation | luckytyphlosion | |
2016-03-26 | GBC palette code | YamaArashi | |
2016-03-19 | Some more animations.asm work. | luckytyphlosion | |
2016-03-17 | Start working on engine/battle/animations.asm | luckytyphlosion | |
2016-03-17 | Replaced some wram labels before committing, need to commit now. | luckytyphlosion | |
2016-03-17 | Split bank3 up. | luckytyphlosion | |
2016-03-17 | Split bank1 up. | luckytyphlosion | |
2016-01-24 | Complete documentation of BankF | luckytyphlosion | |
2016-01-23 | More BankF documentation | luckytyphlosion | |
MoveHitTest to MoveEffectPointerTable | |||
2016-01-16 | More bankF documentation. | luckytyphlosion | |
PrintCriticalOHKOText to AdjustDamageForMoveType | |||
2016-01-09 | More BankF documentation | luckytyphlosion | |
AnyMoveToSelect to DoesntAffectMonText | |||
2016-01-09 | Minor fixes | luckytyphlosion | |
2015-12-31 | Cleanup with yellow-exclusive banks | luckytyphlosion | |
Also introduce charmap for $ec (unfilled menu arrow cursor) | |||
2015-12-31 | BankF documentation from HasMonFainted to Func_3d536 | luckytyphlosion | |
2015-12-29 | More BankF documentation | luckytyphlosion | |
Also introduce bit direction constants and setpal macros | |||
2015-12-26 | Start disassembling bank0F (Battle) | luckytyphlosion | |
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 | |
Also document Func_1681 (GetFarByte) and fix Missingno's dex entry | |||
2015-12-22 | data/pokedex_entries.asm | luckytyphlosion | |
Also fix data/evos_moves.asm address comments (off by one) | |||
2015-12-22 | Fewer underscores in constants | luckytyphlosion | |
dannye | |||
2015-12-22 | data/evos_moves.asm | luckytyphlosion | |
2015-12-22 | engine/menu/pokedex.asm | luckytyphlosion | |
Todo: fix data/pokedex_entries.asm |