Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-02 | Crystal Intro | PikalaxALT | |
2015-12-02 | More work interpreting the sprite engine | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-25 | Rename several script commands | PikalaxALT | |
2015-11-24 | Partial interpretation of battle tower trainer data | PikalaxALT | |
2015-11-20 | Annotate battle tower text bug | PikalaxALT | |
2015-11-07 | More Battle Tower shenanigans | PikalaxALT | |
2015-11-04 | Replace party struct relative values with EQUS constants | PikalaxALT | |
2015-11-03 | Battle Tower | PikalaxALT | |
2015-11-02 | No more NONE | PikalaxALT | |
2015-11-01 | Prepare to merge | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-09-01 | added/renamed constants and labels | JimB16 | |
2015-08-31 | added 'wBT_OTTempCopy'-label and the data structure that comes after | JimB16 | |
2015-08-26 | fixed the BT_OTrainer Labels | JimB16 | |
2015-08-26 | changed constants to SRAMLabels | JimB16 | |
2015-08-25 | named labels and commented WRAMVars in battle_tower.asm | JimB16 | |
2015-08-23 | changed labels and added comments | JimB16 | |
2015-08-23 | added comments and labels to BattleTower-Code | JimB16 | |
2015-08-19 | Found a reference to an unknown blob. | yenatch | |
2015-07-23 | Wild Pokemon functions and data | PikalaxALT | |
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-20 | Reverted ld_hl_pointer macro | PikalaxALT | |
2015-07-20 | Fix unnecessary white space and retire add_n_times | PikalaxALT | |
2015-07-20 | More label updates, moved predefs to new file | PikalaxALT | |
Also named most of the engine and event flag constants. | |||
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-23 | Remove trailing newlines. | IIMarckus | |
2015-02-14 | Add the ability to build Crystal 1.1. | IIMarckus | |
2015-02-10 | Blindly use wram labels for everything except mobile, part 1. | yenatch | |
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind. | |||
2015-02-06 | Odds and ends in bank 45 (and more ascii incbins). | yenatch | |
2015-02-04 | More mobile incbins and start incbinning .txt for ascii. | yenatch | |
2014-07-18 | Use a macro for Odd Egg probabilities. | yenatch | |
2014-06-23 | More PartyMon labels for relative addressing. | yenatch | |
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 | Experience growth rate constants. | yenatch | |
2014-05-31 | Rename directory stats -> data. | yenatch | |