diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-30 18:56:44 -0400 |
| commit | 2b7961759b3786725b95ee8f4a0b6e556091db7a (patch) | |
| tree | 6287d4bb7bad7d012f804dc18856341a09fc015b /engine/hall_of_fame.asm | |
| parent | Merge branch 'master' of https://github.com/iimarckus/pokered (diff) | |
| download | pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.tar.gz pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.tar.xz pokeyellow-2b7961759b3786725b95ee8f4a0b6e556091db7a.zip | |
Fixes.
Diffstat (limited to 'engine/hall_of_fame.asm')
| -rwxr-xr-x | engine/hall_of_fame.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 37b56e2d..71b34dc3 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -173,7 +173,7 @@ Func_7033f: ; 7033f (1c:433f) jp PlayCry HoFDisplayMonInfo: ; 70348 (1c:4348) - hlCoord 0, 2 + coord hl, 0, 2 lb bc, 9, 10 call TextBoxBorder coord hl, 2, 6 @@ -226,10 +226,10 @@ HoFDisplayPlayerStats: ; 703d1 (1c:43d1) ld hl, wd747 set 3, [hl] predef DisplayDexRating - hlCoord 0, 4 + coord hl, 0, 4 lb bc, 6, 10 call TextBoxBorder - hlCoord 5, 0 + coord hl, 5, 0 lb bc, 2, 9 call TextBoxBorder coord hl, 7, 2 |
