aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | |
* | | | Update macros.asmluckytyphlosion2015-05-111-1/+1
| | | |
* | | | Update home.asmluckytyphlosion2015-05-111-6/+3
| | | |
* | | | Remove wGBC.luckytyphlosion2015-05-111-3/+0
| | | | | | | | | | | | wGBC is replaced by hGBC now. This also explains where the off by one offset came from.
* | | | Update macros.asmluckytyphlosion2015-05-111-4/+2
| | | |
* | | | Update home.asmluckytyphlosion2015-05-111-3/+50
| | | |
* | | | Update hram.asmluckytyphlosion2015-05-111-0/+2
| | | |
* | | | Update home.asmluckytyphlosion2015-05-111-15/+0
| | | |
* | | | Update copy2.asmluckytyphlosion2015-05-111-18/+48
| | | |
* | | | Update copy2.asmluckytyphlosion2015-05-111-37/+0
| | | |
* | | | Update copy2.asmluckytyphlosion2015-05-111-15/+27
| | | |
* | | | Update copy.asmluckytyphlosion2015-05-111-1/+1
| | | |
* | | | Update copy2.asmluckytyphlosion2015-05-111-1/+1
| | | |
* | | | Update copy.asmluckytyphlosion2015-05-111-0/+20
| | | |
* | | | Update copy2.asmluckytyphlosion2015-05-111-1/+1
| | | |
* | | | Update copy.asmluckytyphlosion2015-05-111-0/+20
| | | |
* | | | Update copy.asmluckytyphlosion2015-05-111-12/+22
| | | |
* | | | Change hJoyInput.luckytyphlosion2015-05-101-3/+2
| | | |
* | | | Fixed Vblank.asmluckytyphlosion2015-05-101-26/+20
| | | |
* | | | Delete joypad.asmluckytyphlosion2015-05-101-39/+0
| | | |
* | | | Update joypad.asmluckytyphlosion2015-05-101-1/+36
| | | |
* | | | Merge readjoypad.asm with joypad.asmluckytyphlosion2015-05-101-31/+0
| | | |
* | | | Change ReadJoypad.luckytyphlosion2015-05-101-2/+6
| | | |
* | | | Create readjoypad.asmluckytyphlosion2015-05-101-0/+31
| | | |
* | | | Added a new bankswitch function not in Red/Blue.luckytyphlosion2015-05-101-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | BankswitchCommon:: ; 3e7e (0:3e7e) ld [H_LOADEDROMBANK],a ld [$2000],a ret
* | | | Update random.asmluckytyphlosion2015-05-101-0/+2
| | | |
* | | | Move random.asm to bank 3dluckytyphlosion2015-05-101-1/+4
| | | |
* | | | Moved to homebankluckytyphlosion2015-05-101-61/+0
| | | |
* | | | Move play_time.asm to homebank.luckytyphlosion2015-05-101-0/+61
| | | |
* | | | Addresses for functions.luckytyphlosion2015-05-101-6/+6
| | | |
* | | | Slight changes within vcopy.asmluckytyphlosion2015-05-101-42/+16
| | | | | | | | | | | | Changes: Game Freak learned that ld [$xxxx],sp exists, and uses that to save a bit of space/time.