summaryrefslogtreecommitdiff
path: root/src/engine/bank4.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2016-02-28 19:26:43 +0100
committerxCrystal <rgr.crystal@gmail.com>2016-02-29 10:17:20 +0100
commit6456cbd31cb403106d4246c487b95f04b51ba200 (patch)
tree11ae267fc7b6d3c7b6f1629c5574358456df7f9d /src/engine/bank4.asm
parentc54f07430c969654829f36d6ed8824a2b1f5a144 (diff)
start naming some text labels
includes all labels referenced so far
Diffstat (limited to 'src/engine/bank4.asm')
-rwxr-xr-xsrc/engine/bank4.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/engine/bank4.asm b/src/engine/bank4.asm
index dd51647..ebeeb96 100755
--- a/src/engine/bank4.asm
+++ b/src/engine/bank4.asm
@@ -49,7 +49,7 @@ Medal_1029e: ; 1029e (4:429e)
ld a, [$d116]
cp $e0
jr nz, .asm_102e2
- text_hl Text038b
+ text_hl WonTheMedal
call Func_2c73
call Func_3c96
call Func_37a0
@@ -101,16 +101,16 @@ BoosterPack_1031b: ; 1031b (4:431b)
pop bc
ld a, c
farcallx $7, $61c4
- text_hl Text0387
+ text_hl ReceivedBoosterPack
ld a, [$d117]
cp $1
jr nz, .asm_10373
- text_hl Text0388
+ text_hl AndAnotherBoosterPack
.asm_10373
call Func_2c73
call Func_3c96
call Func_37a0
- text_hl Text0389
+ text_hl CheckedCardsInBoosterPack
call Func_2c73
call DisableLCD
call Func_1288c
@@ -1115,7 +1115,7 @@ Func_1344d: ; 1344d (4:744d)
call Func_379b
ld a, MUSIC_MEDAL
call PlaySong
- text_hl Text07e6
+ text_hl DefeatedFiveOpponents
call Func_2c73
call Func_3c96
call Func_37a0
@@ -1137,7 +1137,7 @@ Func_13485: ; 13485 (4:7485)
call Func_379b
ld a, MUSIC_MEDAL
call PlaySong
- text_hl Text07e8
+ text_hl ConsecutiveWinRecordIncreased
call Func_2c73
call Func_3c96
call Func_37a0