diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-12-30 11:07:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 11:07:50 -0500 |
commit | 378667d9ecd80940bb6ef59781c82bd38ce38650 (patch) | |
tree | 7be6742e4f36de457d0a317ad58a01b11639147d /home/scrolling_menu.asm | |
parent | f7ce402d2adb70898205fb5411b00ea49a068841 (diff) | |
parent | 930d285fab94fde5e061efa80dc41d478f19fcff (diff) |
Merge pull request #584 from mid-kid/master
Fix comments around BANK() statements
Diffstat (limited to 'home/scrolling_menu.asm')
-rw-r--r-- | home/scrolling_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/scrolling_menu.asm b/home/scrolling_menu.asm index 1ed9d0682..74015c704 100644 --- a/home/scrolling_menu.asm +++ b/home/scrolling_menu.asm @@ -3,7 +3,7 @@ ScrollingMenu:: ldh a, [hROMBank] push af - ld a, BANK(_ScrollingMenu) + ld a, BANK(_ScrollingMenu) ; and BANK(_InitScrollingMenu) rst Bankswitch call _InitScrollingMenu |