summaryrefslogtreecommitdiff
path: root/home/scrolling_menu.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2020-09-22 16:06:05 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2020-09-22 16:06:05 -0400
commitc9a953200e5bb1cfc7d876d9e0428ac99dcbc419 (patch)
tree1b7a8ffd16e55b20b2a20fca62c0e24853d7643f /home/scrolling_menu.asm
parent82cec686eca214edc5b2749b0f7a3cad60cb507b (diff)
include -> INCLUDE
Diffstat (limited to 'home/scrolling_menu.asm')
-rw-r--r--home/scrolling_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/scrolling_menu.asm b/home/scrolling_menu.asm
index 5a73bba..2ea69ef 100644
--- a/home/scrolling_menu.asm
+++ b/home/scrolling_menu.asm
@@ -1,4 +1,4 @@
-include "constants.asm"
+INCLUDE "constants.asm"
SECTION "home/scrolling_menu.asm", ROM0