summaryrefslogtreecommitdiff
path: root/items
AgeCommit message (Collapse)Author
2015-10-12Happiness and Mystery Gift constantsPikalaxALT
2015-10-07Labeling of AI item and wild encounter functionsPikalaxALT
2015-10-07More labels, including fns responsible for partymon generationPikalaxALT
2015-10-04soft resetPikalaxALT
2015-09-06changed varlabels for multiply- and divide-func, renamed battletext-labelsJimB16
2015-08-30renamed labels and added commentsJimB16
2015-08-20Nail down the rest of SRAM banks 0 and 1.yenatch
2015-07-22Various annotationsPikalaxALT
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these.
2015-07-21Added labels to different parts of the map script and event headersPikalaxALT
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-19Finished the decoration attributes tablePikalaxALT
Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
2015-07-18Trainer data structure and field move functionsPikalaxALT
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted.
2015-07-17More annotations and interpretations of functions and scriptsPikalaxALT
2015-07-03- Renamed "Functiond283" to "GetPocketCapacity" and updated the pointers and ↵Scott Norton
constants to better reflect their hypothesized purposes. - Using yenatch's version of the macro and constant handling, rewrote the tmhm bit array as a macro-defined environment.
2015-06-23Remove trailing newlines.IIMarckus
2015-02-11Comment PrintTempMonStats.yenatch
2015-02-11Use PartyMon labels in GetPartyParamLocation arguments.yenatch
2015-02-10Blind wram part 5.yenatch
starting to go smoothly
2014-12-28Replace pointless $FF00+$xx with $ffxx.yenatch
2014-10-24Fix bad merge.IIMarckus
2014-10-24More comments and labels for ball catch rates.IIMarckus
2014-08-13More constants and bug comments in item effects.yenatch
Apparently a bunch of constants from red were never removed for some reason.
2014-07-24Relabel GetItemDescription -> PrintItemDescription.yenatch
2014-07-19Remove generated "jump sources" comments.yenatch
2014-06-23More PartyMon labels for relative addressing.yenatch
2014-06-16Name the UpdateEnemyHUD predef.yenatch
Also start using hp palette constants.
2014-06-16Use a predef macro that takes labels instead of juggling constants.yenatch
Besides making predefs convenient, naming a predef no longer requires adding or renaming a predef constant. This also lets predefs be rearranged at will.
2014-06-13Battle type constants in the wild.yenatch
Also add constants for trap and Celebi event battles.
2014-06-12Consolidate monster structs in wram and sram.yenatch
The PartyMon struct is really the box struct with volatile variables like status added. Some other labels have been reworked. Move structs no longer have explicit labels since their location is arbitrary and usually shared.
2014-06-10Consolidate NUM_MOVES usage and monster struct labels.yenatch
There turned out to be a lot of instances of NUM_MOVES.
2014-06-04Use {hl,de,bc}coord macros wherever possible.yenatch
2014-06-03More MAX_LEVEL use.yenatch
2014-04-28Use BCD for Teru-sama prices.yenatch
2014-04-28Add constants for unused items, including Town Map and Poke Flute.yenatch
2014-03-06Text macros in move and item descriptions.yenatch
2014-02-04Use globals to implicitly define labels before passing them into BANK().yenatch
2014-02-01Use :: to export labels between objects.yenatch
This fixes the build.
2013-12-31rename Function0x{} labels to Function{} for consistencyyenatch
2013-12-25label and move related asm into items/item_effects.asmyenatch
oops
2013-12-24moon ball uses red's moon stone idyenatch
2013-12-24evolution prerequisites and no more incbins in item effectsyenatch
2013-12-24fleemons are globalyenatch
2013-12-24item effect incbinsyenatch
2013-12-04YesNoBoxyenatch
2013-12-01shorten redundant text_jump macrosyenatch
2013-10-02* make jumps and calls use labelsMr Wint
2013-10-02* last callab/callba macrosMr Wint
2013-10-02* more callab/callba macrosMr Wint
2013-10-02* applied callab/callba macros where possibleMr Wint
* corrected some mislabeled jump addresses