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/save.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/save.asm')
| -rwxr-xr-x | engine/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm index cc5e6c4a..b4e343e3 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -426,7 +426,7 @@ Func_7393f: ; 7393f (1c:793f) and $7f ld [wCurrentMenuItem], a ld [wLastMenuItem], a - ld hl, wTileMap + hlCoord 0, 0 ld b, $2 ld c, $9 call TextBoxBorder |
