diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-08-05 16:20:29 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-08-05 16:25:58 -0500 |
| commit | f8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a (patch) | |
| tree | 53ef4ec4b7ab591f1ba98322405c6b1e645a21e2 /engine/save.asm | |
| parent | Rename rod functions (diff) | |
| download | pokeyellow-f8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a.tar.gz pokeyellow-f8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a.tar.xz pokeyellow-f8a9c37a0019eb085c22c6e3ae53b16ff0cd4f6a.zip | |
Use more lb
and other clean up
Diffstat (limited to 'engine/save.asm')
| -rwxr-xr-x | engine/save.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/save.asm b/engine/save.asm index 70295044..dfc50616 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -155,8 +155,8 @@ SaveSAV: ; 7370a (1c:770a) .save call SaveSAVtoSRAM coord hl, 1, 13 - ld bc,$0412 - call ClearScreenArea ; clear area 4x12 starting at 13,1 + lb bc, 4, 18 + call ClearScreenArea coord hl, 1, 14 ld de,NowSavingString call PlaceString @@ -176,7 +176,7 @@ NowSavingString: SaveSAVConfirm: ; 73768 (1c:7768) call PrintText coord hl, 0, 7 - ld bc,$0801 + lb bc, 8, 1 ld a,TWO_OPTION_MENU ld [wTextBoxID],a call DisplayTextBoxID ; yes/no menu |
