summaryrefslogtreecommitdiff
path: root/engine/routines/updateitemdescription.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/routines/updateitemdescription.asm')
-rw-r--r--engine/routines/updateitemdescription.asm13
1 files changed, 0 insertions, 13 deletions
diff --git a/engine/routines/updateitemdescription.asm b/engine/routines/updateitemdescription.asm
deleted file mode 100644
index fdb1e864d..000000000
--- a/engine/routines/updateitemdescription.asm
+++ /dev/null
@@ -1,13 +0,0 @@
-UpdateItemDescription: ; 0x244c3
- ld a, [wMenuSelection]
- ld [wCurSpecies], a
- hlcoord 0, 12
- ld b, 4
- ld c, SCREEN_WIDTH - 2
- call TextBox
- ld a, [wMenuSelection]
- cp -1
- ret z
- decoord 1, 14
- farcall PrintItemDescription
- ret