Don't limit bank search explicitly to 15 characters

This commit is contained in:
raiyni
2018-10-10 13:27:35 -05:00
parent e7d556bc92
commit 0743dec081
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
if_icmpeq LABEL8 if_icmpeq LABEL8
jump LABEL34 jump LABEL34
LABEL8: LABEL8:
invoke 280 get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
tolowercase ; instead get the var directly and lowercase it
sstore 1 sstore 1
sload 1 sload 1
string_length string_length

View File

@@ -640,7 +640,8 @@ LABEL587:
if_icmpeq LABEL591 if_icmpeq LABEL591
jump LABEL632 jump LABEL632
LABEL591: LABEL591:
invoke 280 get_varc_string 22 ; Skip truncating of varcstr 22 by not calling 280
tolowercase ; instead get the var directly and lowercase it
sstore 0 sstore 0
sload 0 sload 0
string_length string_length