diff options
Diffstat (limited to 'src/background.s')
| -rw-r--r-- | src/background.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background.s b/src/background.s index 26d38c6..a9dfbaf 100644 --- a/src/background.s +++ b/src/background.s @@ -3,7 +3,7 @@ .scope Background ;; Screen coordinate on the Y axis where elements can begin to appear (e.g. ;; upper bound for new enemies, starting point for falling items, etc.). - UPPER_MARGIN_Y_COORD = $10 + UPPER_MARGIN_Y_COORD = $1A ;; Screen coordinates on the Y axis for the ground. GROUND_Y_COORD = $C8 |
