From 7e112672b436afee27f1a5a0d6e7a5964e7829b2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 11 Jun 2016 17:48:24 -0700 Subject: remove address comments --- engine/predefs7.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/predefs7.asm') diff --git a/engine/predefs7.asm b/engine/predefs7.asm index 1bf4c018..bfa0ab57 100755 --- a/engine/predefs7.asm +++ b/engine/predefs7.asm @@ -1,4 +1,4 @@ -DisplayElevatorFloorMenu: ; 1c264 (7:4264) +DisplayElevatorFloorMenu: ld hl, wd730 ld a, [hl] push af @@ -49,6 +49,6 @@ DisplayElevatorFloorMenu: ; 1c264 (7:4264) ld [hli], a ; destination map ID ret -WhichFloorText: ; 1c2bd (7:42bd) +WhichFloorText: TX_FAR _WhichFloorText db "@" -- cgit v1.3.1-sl0p