summaryrefslogtreecommitdiff
path: root/home/names.asm
AgeCommit message (Collapse)Author
2021-03-17Consistent labels for each nickname in RAMRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
2020-10-28Identify more WRAM labels, and start a <X>_DummyFunction label conventionRangi
2020-02-21Document GetTMHMName localsmid-kid
This was documented in pokegold apparently
2020-02-21RTC -> UpdateTimeAndPalsmid-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-25Use labels instead of constants for HRAMRangi
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
2018-07-29Fix 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-29Add meaningful aliases for wd265Rangi
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-24Remove all address commentsmid-kid
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-19This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, ↵Remy Oukaour
$4b52 in Crystal)
2018-01-19clean up GetName/NamesPointersRemy Oukaour
2018-01-03Replace hardcoded bank with BANK function.Adelaide Walter
2018-01-03Replace magic reference to PackMenuGFX.Adelaide Walter
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-22More comments for constant<->table correspondencesRemy Oukaour
2017-12-22IsHM is not used within home/names.asm; group it with the other HM routines+dataRemy Oukaour
2017-12-22Split more code from home.asm into home/ filesRemy Oukaour