Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Consistent labels for each nickname in RAM | Rangi | |
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-02-21 | Document GetTMHMName locals | mid-kid | |
This was documented in pokegold apparently | |||
2020-02-21 | RTC -> UpdateTimeAndPals | mid-kid | |
Rename clear misnomer. Most of the related functions in that file aren't really aptly named but I don't know good names right now. | |||
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-07-29 | Fix reviewed issues. | Rangi | |
Pokedex_PrintListing has a comment noting how it depends on wCurSpecies == wNamedObjectIndexBuffer; an assert would be more convenient, but is not possible since WRAM label addresses are not defined yet here. | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-06-24 | Remove all address comments | mid-kid | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-19 | This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, ↵ | Remy Oukaour | |
$4b52 in Crystal) | |||
2018-01-19 | clean up GetName/NamesPointers | Remy Oukaour | |
2018-01-03 | Replace hardcoded bank with BANK function. | Adelaide Walter | |
2018-01-03 | Replace magic reference to PackMenuGFX. | Adelaide Walter | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-22 | More comments for constant<->table correspondences | Remy Oukaour | |
2017-12-22 | IsHM is not used within home/names.asm; group it with the other HM routines+data | Remy Oukaour | |
2017-12-22 | Split more code from home.asm into home/ files | Remy Oukaour | |