summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-28Fix readme.luckytyphlosion
2015-08-28Make pokeyellow build to baserom.luckytyphlosion
2015-08-28Fix bank3d so it matches baserom.gbcluckytyphlosion
2015-08-28Attempt to make pokeyellow buildable, part 8.luckytyphlosion
2015-08-18Merge pull request #114 from YamaArashi/masterDaniel Harding
Commented SGB palettes and other things
2015-08-14item name length constantYamaArashi
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-14named battle and learn move variablesYamaArashi
2015-08-13Named a test battle variableYamaArashi
2015-08-13Remove irrelevant commentYamaArashi
The comment has nothing to do with the variable.
2015-08-12named more variablesYamaArashi
2015-08-12commented SGB palette stuffYamaArashi
2015-08-10constants for IntroMoveMonYamaArashi
2015-08-11More joypad constantsdannye
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10Use better wram labels in sramdannye
this way, sram doesn't have to refer to the actual content of wram
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-10Clean up data/evos_moves.asmdannye
2015-08-10Use constants for elevator floorsdannye
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-09Fix bank1c errors and a few missed bank0 errors.luckytyphlosion
2015-08-09Fix all of bank0 related errors.luckytyphlosion
2015-08-09Fix typos up to end of home/audio.asmluckytyphlosion
2015-08-08commented audio codeYamaArashi
2015-08-07fixed namesYamaArashi
2015-08-07named wram variablesYamaArashi
2015-08-07named CountSetBits output variableYamaArashi
2015-08-06more info on the bide bugYamaArashi
2015-08-05Use more lbdannye
and other clean up
2015-08-05Rename rod functionsdannye
2015-08-05Merge pull request #111 from YamaArashi/masterDaniel Harding
constants for PrintNumber
2015-08-03Attempt to make yellow buildable, part 7.luckytyphlosion
Builds but not to baserom.gbc.
2015-08-03Attempt to make Yellow buildable, part 6.luckytyphlosion
2015-08-02Attempt to make Yellow Buildable, part 5luckytyphlosion
Rest of unknown pointers in homebank, fix some function names.
2015-08-01Attempt to make yellow buildable, part 4luckytyphlosion
Hardcoded pointers, dr (define rom) macro.
2015-08-01Attempt to make yellow buildable, part 3luckytyphlosion
2015-08-01Remove (incorrect) address commentsU-Daniel-PC\Daniel
Conflicts: text.asm
2015-08-01Build only YellowU-Daniel-PC\Daniel
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
2015-08-01text.oU-Daniel-PC\Daniel
Conflicts: main.asm text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm wram.asm yellow/text.asm
2015-08-01Attempt to make Yellow buildable, part 2.luckytyphlosion
2015-08-01Attempt to make yellow buildable.luckytyphlosion
Building Errors: Segmentation Error.
2015-07-29constants for PrintNumberYamaArashi
2015-07-28fix tmlearnyenatch
2015-07-27Fix Yellow Electrode front picdannye
2015-07-27Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye
2015-07-26Merge branch 'master' of https://github.com/xCrystal/pokereddannye
2015-07-26More bugfixes.luckytyphlosion
Fix some tm compatibility issues.
2015-07-26Bugfixes.luckytyphlosion
Fix some building issues and multiply_divide.asm
2015-07-26tmlearn macro.luckytyphlosion
Also multiple_divide documentation and fix improper wram comment.