summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-07-04 21:29:47 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-07-04 21:29:47 +0100
commit1ee38c7bd02db0ec98524ab7213f370ee576a863 (patch)
treeb3da99e38551a490f36827ee39d1021c8c743632 /src/engine
parent0300ba1b98636bec56acead7ffbe11e03ad173f7 (diff)
Label bank 2 text data
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/bank02.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/engine/bank02.asm b/src/engine/bank02.asm
index 87b78b0..dd72f27 100644
--- a/src/engine/bank02.asm
+++ b/src/engine/bank02.asm
@@ -1,12 +1,12 @@
Func_8000: ; 8000 (2:4000)
-.asm_8000
+.begin
call Func_905a
xor a
ld [wce5e], a
call DrawWideTextBox
xor a
ld [wcea3], a
- ld hl, $4158
+ ld hl, CheckMenuData
call PlaceTextItems
.asm_8014
call DoFrame
@@ -21,17 +21,17 @@ Func_8000: ; 8000 (2:4000)
add b
ld hl, $4031
call JumpToFunctionInTable
- jr .asm_8000
+ jr .begin
; 0x8031
Func_8031: ; 8031 (2:4031)
INCROM $8031, $8158
-.asm_8158
- textitem 2, 14, Text024a
- textitem 2, 16, Text0248
- textitem 12, 14, Text024b
- textitem 12, 16, Text0249
+CheckMenuData ; (2:4158)
+ textitem 2, 14, InPlayAreaText
+ textitem 2, 16, YourPlayAreaText
+ textitem 12, 14, GlossaryText
+ textitem 12, 16, OppPlayAreaText
db $ff
Func_8169: ; 8169 (2:4169)