ref: 9bcfd5b9b434c956f027433d11877dd8b2686ee2
parent: 129fedd60e3a146305c931d68dcf6f4a8fbd583c
author: Snesrev <snesrev@protonmail.com>
date: Tue Sep 20 21:17:18 EDT 2022
Fix 240 lines on character select screen (fixes #102)
--- a/zelda_rtl.c
+++ b/zelda_rtl.c
@@ -181,7 +181,7 @@
int qy = quadrant_fullsize_y >> 1;
extra_bottom = IntMax(room_bounds_y.v[qy + 2] - BG2VOFS_copy2, 0);
- } else if (mod == 20 || mod == 0) {
+ } else if (mod == 20 || mod == 0 || mod == 1) {
extra_left = kPpuExtraLeftRight, extra_right = kPpuExtraLeftRight;
extra_bottom = 16;
}