Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-26 | event/ → events/, and move some appropriate engine/ files there | Remy Oukaour | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2017-11-30 | Label all of PARTYMENUACTION_* | mid-kid | |
It's pretty clear what it's used for. PartyMenuActionText is used for two things: 1) Storing what kind of action we're going to do (<$10) 2) Storing the text for some kind of healing stuff I'm not entirely sure (>=$f0) In the former case, if GetPartyMenuTilemapPointers is ran, it will be used to pick a sequence of actions that should be done, specified in the table, and it'll print the corresponding string using the PartyMenuStrings table. The items in the sequence of actions that should be done are in WritePartyMenuTilemap. Strangely enough, one possible value is left completely unused: PARTYMENUACTION_GIVE_MON_FEMALE. It works in the exact same way as it's male counterpart, and as such I don't believe it was used in the japanese version either, since it doesn't matter which gender your 'mon is when you put 'em in the daycare. | |||
2016-05-11 | Name all printer functions | pikalaxalt | |
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-24 | writebackup --> closewindow; game corner prize vendors; others | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-13 | Miscellaneous labels | PikalaxALT | |
2015-12-09 | opentext and breeding | PikalaxALT | |
2015-12-02 | More work interpreting the sprite engine | PikalaxALT | |
2015-11-16 | Split up some more banks in main.asm | PikalaxALT | |