mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Rename out_ functions in section.c to sect_
More consistent with convention used everywhere, and makes it easier to know which file the functions come from.
This commit is contained in:
@@ -185,7 +185,7 @@ void rpn_BankSection(struct Expression *expr, char const *sectionName)
|
||||
{
|
||||
rpn_Init(expr);
|
||||
|
||||
struct Section *section = out_FindSectionByName(sectionName);
|
||||
struct Section *section = sect_FindSectionByName(sectionName);
|
||||
|
||||
if (section && section->bank != (uint32_t)-1) {
|
||||
expr->val = section->bank;
|
||||
|
||||
Reference in New Issue
Block a user