diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-14 00:21:03 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-14 00:21:03 -0500 |
| commit | b509b48a7f5a9a80225b9c030d7334b26b521c62 (patch) | |
| tree | 4ffe3bdf40db06fc58977bccac2b4a2a1c42f4a0 /engine/menu/players_pc.asm | |
| parent | Clean up sram (diff) | |
| download | pokeyellow-b509b48a7f5a9a80225b9c030d7334b26b521c62.tar.gz pokeyellow-b509b48a7f5a9a80225b9c030d7334b26b521c62.tar.xz pokeyellow-b509b48a7f5a9a80225b9c030d7334b26b521c62.zip | |
Use more *Coord
also town map code relabelling
YamaArashi just did town map relabelling but oh well
I aleady made the changes and don't feel like redoing it
Diffstat (limited to 'engine/menu/players_pc.asm')
| -rwxr-xr-x | engine/menu/players_pc.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/players_pc.asm b/engine/menu/players_pc.asm index 147a27a4..e4973dd4 100755 --- a/engine/menu/players_pc.asm +++ b/engine/menu/players_pc.asm @@ -21,7 +21,7 @@ Func_790c: ; 790c (1:790c) ld hl, wFlags_0xcd60 set 5, [hl] call LoadScreenTilesFromBuffer2 - ld hl, wTileMap + hlCoord 0, 0 ld b, $8 ld c, $e call TextBoxBorder |
