summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-14Rename _GetBattleVar -> GetBattleVarAddr.yenatch
2014-06-13Battle type constants in the wild.yenatch
2014-06-13More battle code cleanup.yenatch
2014-06-12Reformat the channel_struct macro and use more constants in wram.yenatch
2014-06-12Consolidate monster structs in wram and sram.yenatch
2014-06-10Use constants for move struct positioning.yenatch
2014-06-10Consolidate NUM_MOVES usage and monster struct labels.yenatch
2014-06-10Fix argument handling in *coord macros. Add a "percent" shortcut.yenatch
2014-06-06Comment PrintNum.yenatch
2014-06-04Merge pull request #254 from yenatch/masteryenatch
2014-06-04Bump pokemontools for better compression.yenatch
2014-06-04Experience growth rate constants.yenatch
2014-06-04Clean up the growth_rate macro.yenatch
2014-06-04Remove the FuncCoord macro.yenatch
2014-06-04Use {hl,de,bc}coord macros wherever possible.yenatch
2014-06-04Add a dereferenced stats screen function.yenatch
2014-06-03Truncate MAX_LEVEL + 1 if it exceeds 8 bits.yenatch
2014-06-03Recomment lz deecompression.yenatch
2014-06-03More MAX_LEVEL use.yenatch
2014-05-31Rename directory stats -> data.yenatch
2014-05-28Merge pull request #253 from yenatch/masterBryan Bishop
2014-05-21Split bank 0 battle functions into home/battle.asm.yenatch
2014-05-21Split bank 0 audio functions into home/audio.asm.yenatch
2014-05-21Comment music functions in home.asm.yenatch
2014-05-19Merge pull request #250 from Armada651/masterBryan Bishop
2014-05-19Merge pull request #252 from yenatch/masterBryan Bishop
2014-05-06Revert some misused labels to static values in main.asm.yenatch
2014-05-05Battle animation object sprite data.yenatch
2014-05-05Battle animation object attributes and data.yenatch
2014-05-05Add an unused function in battle animation commands.yenatch
2014-05-05Use a macro for sine waves.yenatch
2014-05-05Battle BG effect data.yenatch
2014-05-05Merge pull request #251 from yenatch/masterBryan Bishop
2014-05-05Fix static farcalls in AI scoring.yenatch
2014-05-05Fix up some labels in the battle animation object engine.yenatch
2014-05-05More labels and incbins in slots, PC menus, intro.yenatch
2014-05-04Labels for mail graphics.yenatch
2014-05-04Radio text/music and mail jumptables.yenatch
2014-05-03Give a name to RandomRange.yenatch
2014-05-03Headbutt tree encounter maps.yenatch
2014-05-03Misc incbins in fly menu, slots, phone.yenatch
2014-05-03Sprite predef engine data.yenatch
2014-05-03Phone contacts and more misc pokegear.yenatch
2014-05-02Fix padding in the compressed pokegear sprite graphics.yenatch
2014-05-02Radio stations and the cell phone menu.yenatch
2014-05-01Merge pull request #248 from yenatch/masterBryan Bishop
2014-05-01Fix some lines that were indented with spaces instead of tabs.yenatch
2014-05-02Use correct menu header identifier in PokeCom Center.Jules Blok
2014-05-01Merge pull request #249 from yenatch/fix-windows-installBryan Bishop
2014-05-01Install: gcc is required. Sudo doesn't exist in cygwin.yenatch