summaryrefslogtreecommitdiff
path: root/wram.asm
AgeCommit message (Collapse)Author
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10Use better wram labels in sramdannye
this way, sram doesn't have to refer to the actual content of wram
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-10Merge branch 'master' of https://github.com/YamaArashi/pokereddannye
2015-08-09Replace some hardcoded data sizesdannye
2015-08-08commented audio codeYamaArashi
2015-08-07fixed namesYamaArashi
2015-08-07named wram variablesYamaArashi
2015-08-07named CountSetBits output variableYamaArashi
2015-07-27Merge branch 'master' of https://github.com/luckytyphlosion/pokereddannye
2015-07-26tmlearn macro.luckytyphlosion
Also multiple_divide documentation and fix improper wram comment.
2015-07-25yet more namingYamaArashi
2015-07-24more naming variablesYamaArashi
2015-07-24named animation functions/variablesYamaArashi
2015-07-23fixed hram aliases and named wram varYamaArashi
2015-07-23clean up wram aliasesYamaArashi
2015-07-21named more constantsYamaArashi
2015-07-20enumerate eventsYamaArashi
2015-07-19namingYamaArashi
2015-07-19replace uses of minus oneYamaArashi
2015-07-18miscYamaArashi
2015-07-18fix variable namingYamaArashi
2015-07-17title / diploma / vending machineYamaArashi
2015-07-17intro stuffYamaArashi
2015-07-17More direction constantsdannye
facing directions, npc movement, joypad
2015-07-15menu stuffYamaArashi
2015-07-15more movement stuffYamaArashi
2015-07-15commented movement stuffYamaArashi
2015-07-14named wram variablesYamaArashi
2015-07-14hall of fame / creditsYamaArashi
2015-07-14field movesYamaArashi
2015-07-14player animations, emotion bubbles, etc.YamaArashi
2015-07-14Comment naming screendannye
also use more joypad constants
2015-07-13named town map stuffYamaArashi
2015-07-13named party menu/naming screen wram variablesYamaArashi
2015-07-13comment slot machineYamaArashi
2015-07-13menu wram variable namesYamaArashi
2015-07-12movemon and removepokemon wram variablesYamaArashi
2015-07-12named wram variablesYamaArashi
2015-07-12shake screen functionsYamaArashi
2015-07-12some battle animation stuffYamaArashi
2015-07-05Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye
luckytyphlosion/master and related bug fixes
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-11Clean up white spaceU-Daniel-PC\Daniel
2015-05-30Comment wram.asmU-Daniel-PC\Daniel
luckytyphlosion
2015-04-26Split SRAM stuff.luckytyphlosion
2015-04-26SRAM Constantsluckytyphlosion
Adding SRAM Constants to replace direct addresses with labels.
2015-04-09money won and trainer pic constantsxCrystal
2015-04-09Document DisableEffect and CheckEnemyStatusConditionsxCrystal
basically copy/paste comments and labels from CheckPlayerStatusConditions
2015-03-31Label some attack animation functionsxCrystal