Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-06-29 | Identify more labels and constants | Rangi | |
2020-06-21 | Comment more ROM labels as unreferenced | Rangi | |
(Some unreferenced labels are above code which is still used via fallthrough!) | |||
2020-04-06 | hStackBank -> hTempBank | Rangi | |
2020-04-06 | hBuffer -> hStackBank and hFarByte | Rangi | |
2019-11-23 | Fix miscellaneous points made in #658 | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2017-06-09 | Replace ‘jp [hl]’ with ‘jp hl’ | Ben10do | |
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings. | |||
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-11-03 | Battle Tower trainer text | PikalaxALT | |
2015-06-23 | Remove trailing newlines. | IIMarckus | |
2015-02-10 | Blind wram labels part 4. | yenatch | |
2014-02-01 | Use :: to export labels between objects. | yenatch | |
This fixes the build. | |||
2013-09-09 | rename common/ to home/ | yenatch | |