aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Complete documentation of bank3dluckytyphlosion2015-07-0617-174/+175
| | | | | | | | | | | | | | | todo: label functions past engine/items/tm_prices.asm check if hlCoords are correct.
* | | More bank3d documentation.luckytyphlosion2015-07-034-313/+443
| | | | | | | | | | | | | | | Move some functions from main.asm and engine/battle/core.asm to bank3d, some additional functions too.
* | | Some extra files.luckytyphlosion2015-06-292-2/+6
| | | | | | | | | | | | (wram.asm, charmap.asm)
* | | Bank3d documentation.luckytyphlosion2015-06-298-38/+1344
| | |
* | | Remove bank3d functions in main.asm.luckytyphlosion2015-06-291-5/+5
| | |
* | | home.asm label fixes.luckytyphlosion2015-06-294-9/+9
| | |
* | | Complete documentation of home.asm for pokeyellow.luckytyphlosion2015-06-202-125/+104
| | | | | | | | | | | | Note: Some functions may not exist, as they aren't documented.
* | | Merge remote-tracking branch 'origin/master'luckytyphlosion2015-06-173-101/+188
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: home.asm
| * | | More home.asm documentation.luckytyphlosion2015-06-161-96/+182
| | | |
| * | | Add address comments.luckytyphlosion2015-06-161-4/+4
| | | |
| * | | Add JessieJamesPicluckytyphlosion2015-06-161-0/+1
| | | |
* | | | More home.asm documentation.luckytyphlosion2015-06-172-56/+90
|/ / /
* | | Complete unfinished function.luckytyphlosion2015-06-121-1/+16
| | |
* | | A lot of home.asm reviewluckytyphlosion2015-06-121-29/+76
| | |
* | | More home.asm documentation...luckytyphlosion2015-06-121-46/+42
| | | | | | | | | Text and menu related functions.
* | | Relabel Addressesluckytyphlosion2015-06-121-6/+4
| | |
* | | More home.asm documentation.luckytyphlosion2015-06-121-60/+47
| | | | | | | | | Some sprite functions and text functions.
* | | Relabel function.luckytyphlosion2015-06-121-1/+1
| | |
* | | Minor pic.asm change and relabeling addresses.luckytyphlosion2015-06-121-31/+27
| | |
* | | More address relabeling.luckytyphlosion2015-06-121-2/+2
| | |
* | | Some address labeling.luckytyphlosion2015-06-111-13/+14
| | |
* | | Mart inventories addresses.luckytyphlosion2015-06-111-16/+16
| | |
* | | Yellow mart inventories.luckytyphlosion2015-06-111-3/+3
| | |
* | | Fix label typo.luckytyphlosion2015-06-101-1/+1
| | |
* | | Finish working on remaining audio function.luckytyphlosion2015-06-101-23/+16
| | |
* | | More home/audio.asmluckytyphlosion2015-06-101-42/+135
| | |
* | | Fix some audio labels.luckytyphlosion2015-06-101-5/+5
| | |
* | | Update README.mdluckytyphlosion2015-06-101-1/+1
| | |
* | | Update README.mdluckytyphlosion2015-06-101-1/+2
| | |
* | | Some home/audio.asm documentationluckytyphlosion2015-06-091-18/+38
| | |
* | | Add HBlank function to $0048luckytyphlosion2015-06-091-1/+1
| | |
* | | Fixed many homebank functions.luckytyphlosion2015-06-079-118/+183
| | | | | | | | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
* | | More bank3f code.luckytyphlosion2015-06-071-1/+56
| | |
* | | Fix home/play_time.asm and add it into the respective location in home.asmluckytyphlosion2015-06-052-7/+18
| | |
* | | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-05362-604/+577
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-0517-25/+40
| | | |
| * | | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2015-06-04347-1002/+1006
| |\| | | | | | | | | | | | | | | | | | Conflicts: wram.asm
| | * | Merge pull request #96 from dannye/masterDaniel Harding2015-06-04346-1002/+1005
| | |\ \ | | | | | | | | | | wram comments, EOLs, EOFs, and UTF-8
| | | * | ANSI->UTF-8U-Daniel-PC\Daniel2015-06-041-5/+5
| | | | |
| | | * | Add newlines to EOFsU-Daniel-PC\Daniel2015-06-01336-335/+335
| | | | |
| | | * | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-018-489/+489
| | | | |
| | | * | Comment wram.asmU-Daniel-PC\Daniel2015-05-301-173/+176
| | | | | | | | | | | | | | | | | | | | luckytyphlosion
| | * | | Fix a hardcoded value by replacing it with a variable.IIMarckus2015-05-311-1/+1
| | |/ /
| * | | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-0412-20919/+20919
| | | |
* | | | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-0521-21424/+21439
| | | |
* | | | More Bank3f functions.luckytyphlosion2015-06-051-1/+24
|/ / /
* | | More home.asm documentation.luckytyphlosion2015-06-041-15/+78
| | | | | | | | | Fixed up on some Mon Sprite Functions and a few unknown yellow exclusive Functions.
* | | Fix comment.luckytyphlosion2015-06-031-1/+1
| | |
* | | More bank3f codeluckytyphlosion2015-05-311-3/+68
| | |
* | | Minor bank3c change.luckytyphlosion2015-05-311-5/+2
| | |