diff options
| author | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
|---|---|---|
| committer | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-09-20 12:07:01 -0700 |
| commit | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (patch) | |
| tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /home/menu.asm | |
| parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
Remove address comments
Regex patterns used:
; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
; [0-9a-f]{1,2}:[0-9a-f]{4}
; [0-9a-f]{4,5}
;[0-9a-f]{4,5}
;[0-9a-f]{1,2}:[0-9a-f]{1,4}
Diffstat (limited to 'home/menu.asm')
| -rw-r--r-- | home/menu.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/home/menu.asm b/home/menu.asm index e9d41bb..d4b6039 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -22,7 +22,7 @@ MenuTextBox:: ; unused ret -.Data: ; 00:1d65 +.Data: db MENU_BACKUP_TILES ; flags menu_coords 0, 12, SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1 dw VRAM_Begin @@ -63,11 +63,11 @@ VerticalMenu:: call Get2DMenuJoypad bit 1, a jr z, .asm_1dac -.asm_1daa: ; 00:1daa +.asm_1daa: scf ret -.asm_1dac: ; 00:1dac +.asm_1dac: and a ret @@ -292,7 +292,7 @@ RunMenuItemPrintingFunction:: call MenuBoxCoord2Tile ld bc, 2 * SCREEN_WIDTH + 2 add hl, bc -.asm_1f09: ; 00:1f09 +.asm_1f09: inc de ld a, [de] cp -1 |
