diff options
| author | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-08-12 22:14:31 -0700 |
| commit | 132d0367522b7acce602b146ca69bfad87ef96c6 (patch) | |
| tree | dc13049a6ca810ab3368ce7a7942cc50659f54d1 /engine/hall_of_fame.asm | |
| parent | commented SGB palette stuff (diff) | |
| download | pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.gz pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.tar.xz pokeyellow-132d0367522b7acce602b146ca69bfad87ef96c6.zip | |
named more variables
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index c329c1a9..d95c01c5 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -243,7 +243,7 @@ HoFDisplayPlayerStats: ; 70377 (1c:4377) call HoFPrintTextAndDelay ld hl, DexRatingText call HoFPrintTextAndDelay - ld hl, wcc5d + ld hl, wDexRatingText HoFPrintTextAndDelay: ; 703e2 (1c:43e2) call PrintText |
