summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12More bank1c documentation.luckytyphlosion
2015-07-10Some bank1c documentation.luckytyphlosion
gamefreak.asm, hall_of_fame.asm, palettes.asm. Also new hram/wram.asm labels.
2015-07-10More home.asm fixes.luckytyphlosion
Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
2015-07-10Yellow gfx.luckytyphlosion
From dannye/master
2015-07-07Bank3d addresses and fixes.luckytyphlosion
Also documentation of new super rod code and slight more documentation of multiply_divide.asm
2015-07-06Complete documentation of bank3dluckytyphlosion
todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
2015-07-03More bank3d documentation.luckytyphlosion
Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too.
2015-06-29Some extra files.luckytyphlosion
(wram.asm, charmap.asm)
2015-06-29Bank3d documentation.luckytyphlosion
2015-06-29Remove bank3d functions in main.asm.luckytyphlosion
2015-06-29home.asm label fixes.luckytyphlosion
2015-06-20Complete documentation of home.asm for pokeyellow.luckytyphlosion
Note: Some functions may not exist, as they aren't documented.
2015-06-17Merge remote-tracking branch 'origin/master'luckytyphlosion
Conflicts: home.asm
2015-06-17More home.asm documentation.luckytyphlosion
2015-06-16More home.asm documentation.luckytyphlosion
2015-06-16Add address comments.luckytyphlosion
2015-06-16Add JessieJamesPicluckytyphlosion
2015-06-12Complete unfinished function.luckytyphlosion
2015-06-12A lot of home.asm reviewluckytyphlosion
2015-06-12More home.asm documentation...luckytyphlosion
Text and menu related functions.
2015-06-12Relabel Addressesluckytyphlosion
2015-06-12More home.asm documentation.luckytyphlosion
Some sprite functions and text functions.
2015-06-12Relabel function.luckytyphlosion
2015-06-12Minor pic.asm change and relabeling addresses.luckytyphlosion
2015-06-12More address relabeling.luckytyphlosion
2015-06-11Some address labeling.luckytyphlosion
2015-06-11Mart inventories addresses.luckytyphlosion
2015-06-11Yellow mart inventories.luckytyphlosion
2015-06-10Fix label typo.luckytyphlosion
2015-06-10Finish working on remaining audio function.luckytyphlosion
2015-06-10More home/audio.asmluckytyphlosion
2015-06-10Fix some audio labels.luckytyphlosion
2015-06-10Update README.mdluckytyphlosion
2015-06-10Update README.mdluckytyphlosion
2015-06-09Some home/audio.asm documentationluckytyphlosion
2015-06-09Add HBlank function to $0048luckytyphlosion
2015-06-07Fixed many homebank functions.luckytyphlosion
Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
2015-06-07More bank3f code.luckytyphlosion
2015-06-05Fix home/play_time.asm and add it into the respective location in home.asmluckytyphlosion
2015-06-05Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion
Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm
2015-06-05Fix EOL to LF to make push requests more doable.luckytyphlosion
2015-06-05More Bank3f functions.luckytyphlosion
2015-06-05Fix a lot of bugsU-Daniel-PC\Daniel