aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | Add yellowbanks in main.asm.luckytyphlosion2015-05-311-1/+11
| | |
* | | More home.asm codeluckytyphlosion2015-05-281-95/+46
| | |
* | | homecall_jump_sf MACROluckytyphlosion2015-05-281-0/+10
| | |
* | | Bank 3c and 3f stuff.luckytyphlosion2015-05-242-4/+153
| | |
* | | More home.asm documentation.luckytyphlosion2015-05-241-63/+144
| | |
* | | Minor fixes here and there.luckytyphlosion2015-05-243-12/+4
| | | | | | | | | | | | Typos, moving around, new HRAM stuff.
* | | Moving yellow data to yellow folder.luckytyphlosion2015-05-235-9/+7
| | |
* | | More yellow functions, some address relabelingluckytyphlosion2015-05-191-18/+54
| | |
* | | Update home.asmluckytyphlosion2015-05-181-1/+1
| | |
* | | Fix mistake.luckytyphlosion2015-05-181-2/+2
| | |
* | | More Bank 3c stuff.luckytyphlosion2015-05-182-1/+109
| | |
* | | Add IsTilePassable Functionluckytyphlosion2015-05-171-0/+16
| | |
* | | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-1712-20405/+20576
| | |
* | | Create main.asmluckytyphlosion2015-05-141-0/+11
| | |
* | | More Yellow newstuff.luckytyphlosion2015-05-141-45/+49
| | |
* | | Delete wram.asmluckytyphlosion2015-05-141-2/+0
| | |
* | | Delete text.asmluckytyphlosion2015-05-141-2/+0
| | |
* | | Delete main.asmluckytyphlosion2015-05-141-2/+0
| | |
* | | Delete audio.asmluckytyphlosion2015-05-141-2/+0
| | | | | | | | | No need, going to use the yellow folder for new bank stuff
* | | Label some functionsluckytyphlosion2015-05-131-203/+9
| | |
* | | Create random.asmluckytyphlosion2015-05-131-0/+15
| | |
* | | Delete dummy.asmluckytyphlosion2015-05-131-1/+0
| | |
* | | Create dummy.asmluckytyphlosion2015-05-131-0/+1
| | |
* | | Create overworld.asmluckytyphlosion2015-05-131-0/+195
| | |
* | | Delete bank3cluckytyphlosion2015-05-131-1/+0
| | |
* | | Create bank3cluckytyphlosion2015-05-131-0/+1
| | |
* | | Added more overworld code.luckytyphlosion2015-05-131-65/+65
| | |
* | | Add wd435luckytyphlosion2015-05-131-2/+3
| | |
* | | Add wd436luckytyphlosion2015-05-131-1/+5
| | |
* | | Moved HandleMidJumpluckytyphlosion2015-05-131-13/+16
| | |
* | | Update overworld.asmluckytyphlosion2015-05-111-6/+14
| | |