Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-19 | Finished the decoration attributes table | PikalaxALT | |
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-18 | Trainer data structure and field move functions | PikalaxALT | |
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-18 | Updated signpost items and person_event flags | PikalaxALT | |
2015-07-16 | Special script annotation, trainer constant enumeration, person-event ↵ | PikalaxALT | |
structure update | |||
2015-07-15 | More enumeration of constants, more annotations of scripts. | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-02-10 | Blind wram labels part 4. | yenatch | |
2015-01-19 | hVBlank | yenatch | |
2014-12-29 | Use "- $ff00" instead of "& $ff" when dealing with hram. | yenatch | |
2014-12-26 | Some wram labels in map connection code. | yenatch | |
2014-12-26 | Fix a static bank in map header code. | yenatch | |
2014-08-22 | Split mobile/timer code out of home.asm. | yenatch | |
2014-08-14 | Recomment the text engine. | yenatch | |
2014-07-18 | Move cry functions out of home.asm. | yenatch | |
2014-07-18 | Name cry functions in home.asm. | yenatch | |
2014-07-18 | Rename the internal PlayCry function to _PlayCryHeader. | yenatch | |
2014-07-18 | Cry "echo" is actually the upper byte of pitch (now a word). | yenatch | |
2014-07-18 | Add address labels used by Decompress. | yenatch | |
2014-06-24 | Don't use Olivine maps to define the length of a map header. | yenatch | |
The first and second map header labels have no semantic meaning with regard to length. In fact, none of the labels are used at all. | |||
2014-06-19 | More object struct labels and constants. | yenatch | |
2014-06-16 | Name the UpdateEnemyHUD predef. | yenatch | |
Also start using hp palette constants. | |||
2014-06-16 | Use 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-14 | Rename _GetBattleVar -> GetBattleVarAddr. | yenatch | |
Functions prefixed with _ imply they're private. The real purpose of this function is to use an address, rather than saving a few cycles on push/pop. | |||
2014-06-12 | Consolidate 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-04 | Use {hl,de,bc}coord macros wherever possible. | yenatch | |
2014-06-03 | Recomment lz deecompression. | yenatch | |
2014-05-21 | Split bank 0 battle functions into home/battle.asm. | yenatch | |
2014-05-21 | Split bank 0 audio functions into home/audio.asm. | yenatch | |
2014-05-21 | Comment music functions in home.asm. | yenatch | |
2014-05-03 | Give a name to RandomRange. | yenatch | |
2014-03-03 | Label map trigger functions in home.asm. | yenatch | |
2014-03-03 | Map triggers and label some addresses in bank 0. | yenatch | |
2014-03-03 | Get rid of static rom addresses in home/text.asm. | yenatch | |
2014-02-24 | Misc bank 9 and text command $14 data. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2014-01-26 | Map setup scripts and commands | yenatch | |
2013-12-24 | item effect incbins | yenatch | |
2013-12-22 | no more Public in joypad interface labels | yenatch | |
2013-12-11 | more map attribute getters and some cleanup in home/map.asm | yenatch | |
2013-12-11 | LoadTilesetHeader | yenatch | |
2013-12-04 | YesNoBox | yenatch | |
2013-12-01 | shorten redundant text_jump macros | yenatch | |
2013-11-29 | home/time.asm: fix a label def | yenatch | |
2013-11-27 | split some more and recomment more home asm | yenatch | |
2013-10-25 | Merge commit '946a213f' into merge-mrwint | yenatch | |
2013-10-25 | Merge commit '66ef1838' into merge-mrwint | yenatch | |
Conflicts: home/map.asm | |||
2013-10-25 | Merge commit '546c17ad' into merge-mrwint | yenatch | |
Conflicts: engine/scripting.asm main.asm | |||
2013-10-11 | fix labels for SoundRestart and UpdateSound | yenatch | |
2013-10-11 | relabel LoadMapGroupRoof | yenatch | |
2013-10-08 | rename 'StartSFX' to 'PlaySFX' | yenatch | |