summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank02.asm16
-rw-r--r--src/text/text2.asm8
-rw-r--r--src/text/text_offsets.asm8
3 files changed, 16 insertions, 16 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)
diff --git a/src/text/text2.asm b/src/text/text2.asm
index 27ccff9..7227085 100644
--- a/src/text/text2.asm
+++ b/src/text/text2.asm
@@ -1751,19 +1751,19 @@ Text0247: ; 3bc9e (e:7c9e)
text "<RAMNAME>'s Play Area"
done
-Text0248: ; 3bcad (e:7cad)
+YourPlayAreaText: ; 3bcad (e:7cad)
text "Your Play Area"
done
-Text0249: ; 3bcbd (e:7cbd)
+OppPlayAreaText: ; 3bcbd (e:7cbd)
text "Opp. Play Area"
done
-Text024a: ; 3bccd (e:7ccd)
+InPlayAreaText: ; 3bccd (e:7ccd)
text "In Play Area"
done
-Text024b: ; 3bcdb (e:7cdb)
+GlossaryText: ; 3bcdb (e:7cdb)
text "Glossary"
done
diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm
index 65dab94..f024288 100644
--- a/src/text/text_offsets.asm
+++ b/src/text/text_offsets.asm
@@ -585,10 +585,10 @@ TextOffsets:: ; 34000 (d:4000)
textpointer Text0245 ; 0x0245
textpointer Text0246 ; 0x0246
textpointer Text0247 ; 0x0247
- textpointer Text0248 ; 0x0248
- textpointer Text0249 ; 0x0249
- textpointer Text024a ; 0x024a
- textpointer Text024b ; 0x024b
+ textpointer YourPlayAreaText ; 0x0248
+ textpointer OppPlayAreaText ; 0x0249
+ textpointer InPlayAreaText ; 0x024a
+ textpointer GlossaryText ; 0x024b
textpointer Text024c ; 0x024c
textpointer Text024d ; 0x024d
textpointer Text024e ; 0x024e