summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
AgeCommit message (Collapse)Author
2015-10-07More labels, including fns responsible for partymon generationPikalaxALT
2015-08-17Merge pull request #309 from PikalaxALT/masteryenatch
Wild data, save functions, fix missing include
2015-07-29Reworked person_event argumentsPikalaxALT
2015-07-26Name some map event reading functions.yenatch
2015-07-25Merge yenatch:map-objectsPikalaxALT
2015-07-23Wild Pokemon functions and dataPikalaxALT
Replaced encounter rates with percent values Added new constants denoting the number of wild Pokemon in the grass and water wild constructs Annotated and relabeled the encounter generating functions Renamed a WRAM address associaed with the temporary storage of the wild Pokemon's species Moved spawn constants to constants/map_constants.asm for use anywhere in the disassembly
2015-07-21Add constants for common map object ids.yenatch
2015-07-20Reverted ld_hl_pointer macroPikalaxALT
2015-07-20Fix unnecessary white space and retire add_n_timesPikalaxALT
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-18Updated signpost items and person_event flagsPikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2015-02-11Split out map object code.yenatch
2013-09-07move common asm from engine/ to common/yenatch
engine/ was getting really bloated and common asm wasnt what it was made for
2013-09-03split map object functions into engine/map_objects.asmyenatch