Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-13 | Add wd436 | luckytyphlosion | |
2015-05-13 | Moved HandleMidJump | luckytyphlosion | |
2015-05-11 | Update overworld.asm | luckytyphlosion | |
2015-05-11 | Update macros.asm | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-11 | Remove wGBC. | luckytyphlosion | |
wGBC is replaced by hGBC now. This also explains where the off by one offset came from. | |||
2015-05-11 | Update macros.asm | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-11 | Update hram.asm | luckytyphlosion | |
2015-05-11 | Update home.asm | luckytyphlosion | |
2015-05-11 | Update copy2.asm | luckytyphlosion | |
2015-05-11 | Update copy2.asm | luckytyphlosion | |
2015-05-11 | Update copy2.asm | luckytyphlosion | |
2015-05-11 | Update copy.asm | luckytyphlosion | |
2015-05-11 | Update copy2.asm | luckytyphlosion | |
2015-05-11 | Update copy.asm | luckytyphlosion | |
2015-05-11 | Update copy2.asm | luckytyphlosion | |
2015-05-11 | Update copy.asm | luckytyphlosion | |
2015-05-11 | Update copy.asm | luckytyphlosion | |
2015-05-10 | Change hJoyInput. | luckytyphlosion | |
2015-05-10 | Fixed Vblank.asm | luckytyphlosion | |
2015-05-10 | Delete joypad.asm | luckytyphlosion | |
2015-05-10 | Update joypad.asm | luckytyphlosion | |
2015-05-10 | Merge readjoypad.asm with joypad.asm | luckytyphlosion | |
2015-05-10 | Change ReadJoypad. | luckytyphlosion | |
2015-05-10 | Create readjoypad.asm | luckytyphlosion | |
2015-05-10 | Added a new bankswitch function not in Red/Blue. | luckytyphlosion | |
BankswitchCommon:: ; 3e7e (0:3e7e) ld [H_LOADEDROMBANK],a ld [$2000],a ret | |||
2015-05-10 | Update random.asm | luckytyphlosion | |
2015-05-10 | Move random.asm to bank 3d | luckytyphlosion | |
2015-05-10 | Moved to homebank | luckytyphlosion | |
2015-05-10 | Move play_time.asm to homebank. | luckytyphlosion | |
2015-05-10 | Addresses for functions. | luckytyphlosion | |
2015-05-10 | Slight changes within vcopy.asm | luckytyphlosion | |
Changes: Game Freak learned that ld [$xxxx],sp exists, and uses that to save a bit of space/time. | |||
2015-05-10 | Update README.md | luckytyphlosion | |
2015-05-06 | Update rockethideout4.asm | luckytyphlosion | |
2015-05-06 | Update pewtergym.asm | luckytyphlosion | |
2015-05-06 | Update ceruleangym.asm | luckytyphlosion | |
2015-05-06 | Update copycatshouse2f.asm | luckytyphlosion | |
2015-05-06 | Update ssanne6.asm | luckytyphlosion | |
2015-05-06 | Update fuchsiahouse2.asm | luckytyphlosion | |
2015-05-06 | Update pewtercity.asm | luckytyphlosion | |
2015-05-06 | Update mtmoonpokecenter.asm | luckytyphlosion | |
2015-05-06 | More removal of "ldh" | luckytyphlosion | |
2015-05-06 | Remove use of ldh. | luckytyphlosion | |
RGBFix treats ld a,[$ffxx] as two bytes. | |||
2015-04-26 | Update sram.asm | luckytyphlosion | |
2015-04-26 | Update save.asm | luckytyphlosion | |
2015-04-26 | Remove S_SAVEDPLAYERID as a constant | luckytyphlosion | |
Expression must have a constant value. | |||
2015-04-26 | Fix datasizes | luckytyphlosion | |
2015-04-26 | Fix typo | luckytyphlosion | |
2015-04-26 | Labels instead of constants | luckytyphlosion | |