diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-19 17:26:25 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-19 17:27:34 -0400 |
commit | 275695c1896fb4b51669eab89febcbe0460765d1 (patch) | |
tree | 234c001df7f1bd0b9333184db4cfaa4007f1f6c5 /src/trader.c | |
parent | de0084ef7a932e27c0020c589f0e2916aef5aeb8 (diff) |
Document more script_menu, lilycove harbor
Diffstat (limited to 'src/trader.c')
-rw-r--r-- | src/trader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trader.c b/src/trader.c index dcf1fa076..a3794a539 100644 --- a/src/trader.c +++ b/src/trader.c @@ -71,7 +71,7 @@ void CreateAvailableDecorationsMenu(u8 taskId) if (curWidth > windowWidth) windowWidth = curWidth; } - windowTemplate.width = convert_pixel_width_to_tile_width(windowWidth); + windowTemplate.width = ConvertPixelWidthToTileWidth(windowWidth); data[3] = AddWindow(&windowTemplate); DrawStdFrameWithCustomTileAndPalette(data[3], FALSE, 0x214, 14); for (i = 0; i < 4; i++) |