summaryrefslogtreecommitdiff
path: root/main.asm
AgeCommit message (Collapse)Author
2013-02-05Rename pokedex entry filesyenatch
2013-02-05Move music/ into audio/yenatch
2013-02-05Clean up and condense music includesyenatch
2013-02-05Split audio engine and pointers into filesyenatch
Creates folder audio/
2013-02-05Move VBlank function to a fileyenatch
2013-02-05Consistent SECTION spacingyenatch
2013-02-05Saner file distributionyenatch
Moved files from data/ into new folders: -battle/ -stats/ -trainers/
2013-02-05Move BitTable2 to a fileyenatch
Currently, rgbasm's maximum macro parameter length is sixteen chars. A couple wram labels were changed to accomodate this for now.
2013-02-05Split Pokemon names off into a fileyenatch
2013-02-05Split base stats off into a fileyenatch
2013-02-05Split pokedex entries off into filesyenatch
2013-02-04Split evos/attacks off into filesyenatch
2013-02-04Split move list off into a fileyenatch
2013-02-04Split pokedex orders off into filesyenatch
2013-02-04Split trainers off into filesyenatch
The base label has been renamed from TrainerGroupHeader to Group. Trainer formatting still needs to be fixed.
2013-02-04Split type matchup off into a fileyenatch
This sets precedent for including constants in context.
2013-02-04Split wild encounters off into filesyenatch
2013-02-04Split egg moves off into filesyenatch
2013-02-04Some more icon asmyenatch
2013-02-03Merge pull request #103 from yenatch/masterBryan Bishop
Fly / town map.
2013-02-04Fly / town mapyenatch
2013-02-03Merge pull request #101 from Sanky/masterBryan Bishop
Menu icons.
2013-02-03Add menu icons.Sanky
2013-02-03Merge pull request #98 from Sanky/masterBryan Bishop
Assorted menu code, will probably regret this.
2013-02-02Replace some hardcoded addresses with local labels.IIMarckus
2013-02-02Add blackout points / fly location data.IIMarckus
2013-02-02Merge https://github.com/kanzure/pokecrystalSanky
Conflicts: constants.asm extras/crystal.py main.asm
2013-02-02Decompression functionyenatch
2013-02-02VBlank and dependenciesyenatch
VBlank has seven different modes. The one that sees the most use is mode 0, which performs all basic display and audio functions. The purpose of the others is unknown. VBlank relies on the following functions: -joypad -cgb palette update -dmg -> cgb pal conversion -bg map update -vram tile update -tile animations -serial request -game timer Tile animation is large enough to warrant its own commit.
2013-02-01Add japanese credits textyenatch
2013-01-31Creditsyenatch
Just the strings for now. These are probably pointed to from elsewhere. There is an unused/dummied string at line 90029 ("????????@"). Could someone have been removed from the credits?
2013-01-30Some more uncompressed gfxyenatch
2013-01-30A couple more general functionsyenatch
2013-01-25give names to some rst commandsyenatch
2013-01-23split off animation data chunks into filesyenatch
2013-01-23rename unown animation pointer filesyenatch
2013-01-23include pic animations in main.asmyenatch
2013-01-22restructure pic graphicsyenatch
2013-01-17really fix incbin in bank $2fyenatch
2013-01-16fix incbin in bank $2fBryan Bishop
2013-01-16Merge remote branch 'remotes/yenatch/master'Bryan Bishop
fixes #88
2013-01-16Disasm EggStatsScreen and related. Add coord macros.Sanky
2013-01-15bank 6c textyenatch
2013-01-15pokecenter nurse scriptyenatch
2013-01-15disasm some stats screen related codeSanky
2013-01-14Merge pull request #87 from iimarckus/shootbreezeBryan Bishop
phone call texts and phone call scripts
2013-01-14Add phone scripts for Mom, Bill, Elm, and unused.IIMarckus
2013-01-14Disasm more party menu-related functions.Sanky
2013-01-14disasm PrintPartyMenuTextSanky
2013-01-14script special for pokerus checkyenatch