aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs7.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2016-05-23 14:14:13 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2016-05-23 14:14:13 -0400
commit3618f25a34ca78ba424bf1977cb6e21241eedb2b (patch)
tree8a9a1e883c228ee90373986babc31a8cab368780 /engine/predefs7.asm
parentBank15 misc functions (diff)
parentMove diploma tilemaps out of incbins (diff)
downloadpokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.gz
pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.xz
pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.zip
Merge pull request #8 from PikalaxALT/master
Disassemble yellow sounds
Diffstat (limited to 'engine/predefs7.asm')
-rwxr-xr-xengine/predefs7.asm10
1 files changed, 8 insertions, 2 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm
index a2c08171..9138897f 100755
--- a/engine/predefs7.asm
+++ b/engine/predefs7.asm
@@ -1,6 +1,12 @@
-DisplayElevatorFloorMenu: ; 1c9c6 (7:49c6)
+DisplayElevatorFloorMenu: ; 1c264 (7:4264)
+ ld hl, wd730
+ ld a, [hl]
+ push af
+ set 6, [hl]
ld hl, WhichFloorText
call PrintText
+ pop af
+ ld [wd730], a
ld hl, wItemList
ld a, l
ld [wListPointer], a
@@ -43,6 +49,6 @@ DisplayElevatorFloorMenu: ; 1c9c6 (7:49c6)
ld [hli], a ; destination map ID
ret
-WhichFloorText: ; 1ca14 (7:4a14)
+WhichFloorText: ; 1c2bd (7:42bd)
TX_FAR _WhichFloorText
db "@"