aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 21:30:05 -0700
committerYamaArashi <shadow962@live.com>2016-06-12 00:52:13 -0700
commitfd2235e678c58cebd6255b5e658e704ee5138591 (patch)
tree6b7a3e2ae3030f4078ac4cbf9b59cd9529055fa2 /engine/hall_of_fame.asm
parentRemove the last address comments (diff)
downloadpokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.tar.gz
pokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.tar.xz
pokeyellow-fd2235e678c58cebd6255b5e658e704ee5138591.zip
sync engine code with pokeyellow
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 0e35f709..dc1026a8 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -210,12 +210,12 @@ HoFDisplayPlayerStats:
SetEvent EVENT_HALL_OF_FAME_DEX_RATING
predef DisplayDexRating
coord hl, 0, 4
- ld b, $6
- ld c, $a
+ ld b, 6
+ ld c, 10
call TextBoxBorder
coord hl, 5, 0
- ld b, $2
- ld c, $9
+ ld b, 2
+ ld c, 9
call TextBoxBorder
coord hl, 7, 2
ld de, wPlayerName