Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-04-26 | Replaced all direct addresses with labels. | luckytyphlosion | |
2015-04-26 | S_SAVEDPLAYERID constant. | luckytyphlosion | |
2015-04-26 | Added all necessary SRAM constants | luckytyphlosion | |
2015-04-26 | Split SRAM stuff. | luckytyphlosion | |
2015-04-26 | Create sram.asm | luckytyphlosion | |
2015-04-26 | Replaced Box Direct Addresses with Labels. | luckytyphlosion | |
2015-04-26 | SRAM Constants | luckytyphlosion | |
Adding SRAM Constants to replace direct addresses with labels. | |||
2015-04-09 | Merge pull request #93 from xCrystal/master | yenatch | |
Document some move effects | |||
2015-04-09 | money won and trainer pic constants | xCrystal | |
2015-04-09 | user xor operator for clearing status flags | xCrystal | |
use xor operator for clearing status flags |