summaryrefslogtreecommitdiff
path: root/constants.asm
AgeCommit message (Collapse)Author
2013-04-25move effect constantsyenatch
2013-04-12evolution minimum happiness constantyenatch
2013-04-08fix special constant spacingyenatch
2013-04-08Shuckle specialyenatch
2013-04-08minor wram fixesyenatch
2013-03-28sub/status constantsyenatch
2013-03-26Various battle-related bank0 asm and wram/constantsyenatch
2013-03-22various minor additionsyenatch
-battle variable constants -step counters -turn update fns
2013-02-22Split out joypadyenatch
2013-02-15Minor rgbasm macro cleanupyenatch
2013-02-04Add NONE constantyenatch
2013-02-03Add menu icons.Sanky
2013-02-02Merge https://github.com/kanzure/pokecrystalSanky
Conflicts: constants.asm extras/crystal.py main.asm
2013-01-25give names to some rst commandsyenatch
2013-01-23temporary animation macrosyenatch
2013-01-16Disasm EggStatsScreen and related. Add coord macros.Sanky
2013-01-14Merge pull request #87 from iimarckus/shootbreezeBryan Bishop
phone call texts and phone call scripts
2013-01-14Disasm more party menu-related functions.Sanky
2013-01-13Add lots of phone call texts.IIMarckus
2013-01-13implement rgb macro for palettesyenatch
2013-01-11make some labels saneryenatch
2013-01-11comment LoadEnemyMon and related fns; add RNG fnsyenatch
2012-12-31pokemon base stats structure + removed junk filesBryan Bishop
2012-12-23clean up bank 0; time-sensitive fns; add Predef fnpadz
comment redone joypad functions + automated input comment some uncommented functions comment known hram addresses try to clean up CalcMagikarpLength label known addresses add time-sensitive functions (rtc, palettes) add Predef and PredefPointers
2012-11-30get rid of defunct rgbasm macrospadz
2012-11-23update constants used in scripts and battle enginepadz
2012-11-03move musicdata to files in /music, data removed fnpadz
2012-11-03disasm bank3a, map audio ram, implement musscriptspadz
2012-11-02prep for next commitpadz
2012-10-11start sfx disasmpadz
2012-10-09add dn macropadz
2012-10-09start work on audio enginepadz
2012-09-26emergency fixpadz
2012-09-23fix last commitpadz
2012-09-22treemon and assorted minor changespadz
2012-07-14Give Object Event a readable label.IIMarckus
2012-07-06Add the New Game/Continue/etc menus.IIMarckus
2012-07-04$00 is Sunday, not Monday.IIMarckus
2012-07-04Use constants for days of the week.IIMarckus
2012-05-27map dimension constantsBryan Bishop
2012-05-25connection direction constantsBryan Bishop
2012-05-23Add evolutions and attacks.IIMarckus
2012-05-20add trainer group constantsBryan Bishop
2012-05-16correct for two route 10 mapsBryan Bishop
2012-04-27redo item constants (some were missed?)Bryan Bishop
2012-04-26remove script_macros.asm (deprecated)Bryan Bishop
2012-04-26add map/group constants into constants.asmBryan Bishop
map 18.3 and 7.14 are both "Route 10" ? Need to confirm that they are both, in fact, "Route 10". Even if they both point to the same map, we can call them 10a and 10b so that the map constants will work. generate_map_constants and generate_map_constant_labels have been updated to deal with left-over issues in various labels and obscure characters.
2012-04-25dump scripting macros into script_macros.asmBryan Bishop
2012-03-26committing unfinished code (forgive me)Bryan Bishop
2012-03-20Add the moves table.IIMarckus