Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | update section names to comply with rgbds redefinitions | yenatch | |
recently bentley/rgbds updated the section naming scheme to allow ram banking HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX | |||
2013-07-05 | Merge https://github.com/yenatch/pokered | IIMarckus | |
2013-07-05 | machine prices | yenatch | |
2013-07-05 | start on PlayIntroScene | yenatch | |
2013-07-04 | AskForMonNickname | Sanky | |
2013-07-04 | FaintEnemyPokemon | Sanky | |
2013-07-03 | Disasm code which draws tiny party pokémon symbols in-battle. | Sanky | |
2013-07-01 | Some Bill's PC stuff | Sanky | |
2013-07-01 | More consistency in GiveItem scripts. | IIMarckus | |
2013-07-01 | Fix previous. | IIMarckus | |
2013-06-28 | Missed label. | IIMarckus | |
2013-06-17 | Comment DrawBadges | yenatch | |
2013-06-12 | More comments in the dojo, and use Pokémon IDs for Pokédex displays. | IIMarckus | |
2013-06-10 | allow commas in comments | Bryan Bishop | |
Eventually gbz80disasm should be split into a separate project, there's no point in maintaining two versions of gbz80disasm. | |||
2013-05-23 | Better comments for the Game Freak room. | IIMarckus | |
2013-05-13 | Merge https://bitbucket.org/sanky/pokered | IIMarckus | |
Conflicts: main.asm | |||
2013-05-12 | Remove some incbins. | IIMarckus | |
2013-05-12 | Make the pic bank calculations more readable. | IIMarckus | |
2013-04-07 | * add known hard-coded memory locations are labels now | Mr Wint | |
* all global labels now have a comment indicating their ROM address * all references to tile buffer locations are using the FuncCoords marco now * added some comments and assembly analysis | |||
2013-03-18 | * all Bankswitch command's destination addresses are labels now | Mr Wint | |
2013-03-17 | * analyzed assembly related to handling sprites | Mr Wint | |
* added assembly that was wrongly classified as music before * all jumps and calls now point to a proper label * removed all incbins in home bank * some more small assembly analysis and comments | |||
2013-03-13 | * added EQU constants for mon header RAM area | Mr Wint | |
* analyzed and commented sprite loading routines * experience calculation routine * couple more small routines and data structures | |||
2013-03-12 | * added verification (equality test) for blue version build | Mr Wint | |
* changed analyze_incbins to recognize generated label addresses * fixed bank 1D assembly to make blue version build correctly | |||
2013-03-12 | formatted attack effects and use more EQUs | Mr Wint | |
automatically extracted and included a bunch of assembly | |||
2013-03-04 | in-battle enemy move selection routines | Mr Wint | |
2012-12-28 | Add SRAM-related routines, disassembled by Sawakita. | Sanky | |
2012-12-25 | Merge https://bitbucket.org/Sanky/pokered | Sanky | |
2012-12-22 | Point out an unused warp noticed by Torchickens. | IIMarckus | |
2012-12-21 | Removed more incbins from scripts. | IIMarckus | |
2012-12-21 | Remove more incbins from scripts. | IIMarckus | |
2012-12-21 | Remove more incbins from scripts. | IIMarckus | |
2012-12-21 | Remove more incbins from scripts. | IIMarckus | |
2012-12-21 | Remove more incbins from scripts. | IIMarckus | |
2012-12-21 | Remove another incbin from script. | IIMarckus | |
2012-12-21 | Fix previous. | IIMarckus | |
2012-12-21 | Remove another incbin from scripts. | IIMarckus | |
2012-12-21 | Remove more incbin from scripts. | IIMarckus | |
2012-12-21 | Remove more incbins from map scripts. | IIMarckus | |
2012-12-21 | Remove redundant text labels. | IIMarckus | |
2012-12-21 | Remove incbin in Silph Co 4F. | IIMarckus | |
2012-12-21 | Add generate_sys.py. | Sanky | |
2012-12-21 | disasm MoveSelectionMenu | Sanky | |
2012-12-20 | TrainerBattleVictory disasmed | Sanky | |
2012-12-20 | Disasm a large part of the in-battle menu routines. | Sanky | |
2012-12-18 | disasm GetCurrentMove | Sanky | |
2012-12-18 | Disasm LoadMovePPs (a predef) | Sanky | |
2012-12-02 | Better cross‐make compatibility. | IIMarckus | |
2012-11-02 | Whitespace. | IIMarckus | |
2012-11-01 | Add routine that sends SGB packets | sawakita | |
The delaying routine Wait7000, called after each single packet sending is disassembled too. | |||
2012-11-01 | Use more meaningful local labels in bank 0 | sawakita | |
Involved routines are: DisableLCD, CleanLCD_OAM, ResetLCD_OAM. |