Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | Move yellow/main.asm code to main.asm | luckytyphlosion | |
Also fix an error in home/overworld.asm | |||
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 | Merge pull request #7 from YamaArashi/master | YamaArashi | |
GBC palette code | |||
2016-03-26 | GBC palette code | YamaArashi | |
2016-03-19 | More audio4 documentation. | luckytyphlosion | |
Todo: figure out how to disassemble music/sfx. | |||
2016-03-19 | Start working on bank20 audio | luckytyphlosion | |
Note: Address labels aren't correct. | |||
2016-03-19 | Document audio functions. | luckytyphlosion | |
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-30 | Remove misleading (unreferenced) labels. | IIMarckus | |
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 | |||
2015-12-13 | Yellow Options Menu | luckytyphlosion | |
2015-12-12 | engine/evos_moves.asm | luckytyphlosion | |
Todo: data/evos_moves.asm | |||
2015-12-12 | engine/battle/draw_hud_pokeball_gfx.asm | luckytyphlosion | |
2015-12-06 | engine/battle/trainer_ai.asm | luckytyphlosion | |
2015-12-05 | BankD misc functions | luckytyphlosion | |
Game Corner stuff and (unused) titlescreen2.asm | |||
2015-11-29 | bankB misc functions | luckytyphlosion | |
ScaleSpriteByTwo, DisplayEffectiveness and CheckIfMoveIsKnown | |||
2015-11-28 | BankA misc functions | luckytyphlosion | |
predefsA.asm (replaces predefs12.asm), and LeechSeedEffect_ | |||
2015-11-28 | Bank9 misc. functions | luckytyphlosion | |
PrintMonType and SaveTrainerName | |||
2015-11-28 | engine/battle/moveEffects/substitute_effect.asm and ActivatePC | luckytyphlosion | |
Also no more W_PLAYER/ENEMYBATTSTATUS | |||
2015-11-22 | bg_map_attributes.asm | luckytyphlosion | |
2015-11-21 | Comment map_sprites.asm | luckytyphlosion | |
2015-11-21 | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | |
Also replace dummy sprites and fix replace.sh to only parse .asm files | |||
2015-11-15 | Bank 4 moveEffects | luckytyphlosion | |
conversion, haze, recoil | |||
2015-11-15 | EndOfBattle and TryDoWildEncounter | luckytyphlosion | |
2015-11-15 | engine/items/tms.asm | luckytyphlosion | |
2015-11-15 | engine/menu/start_menu.asm | luckytyphlosion | |
Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm | |||
2015-11-15 | engine/menu/party_menu.asm | luckytyphlosion | |
2015-11-14 | engine/menu/status_screen.asm | luckytyphlosion | |
Also fix gfx.py from not recognizing modules in extras/pokemontools |