diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
| commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
| tree | de8727d33beb886cb451a8d5e693ee46aafde55d /engine/save.asm | |
| parent | comment drain HP effect (diff) | |
| download | pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.gz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.xz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.zip | |
commented battle stuff
Diffstat (limited to 'engine/save.asm')
| -rwxr-xr-x | engine/save.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/save.asm b/engine/save.asm index 29c839f3..c1231871 100755 --- a/engine/save.asm +++ b/engine/save.asm @@ -346,10 +346,10 @@ ChangeBox:: ; 738a1 (1c:78a1) call z, Func_73a29 call Func_7393f call UpdateSprites - ld hl, $fff6 + ld hl, hFlags_0xFFF6 set 1, [hl] call HandleMenuInput - ld hl, $fff6 + ld hl, hFlags_0xFFF6 res 1, [hl] bit 1, a ret nz @@ -436,12 +436,12 @@ Func_7393f: ; 7393f (1c:793f) ld b, $c ld c, $7 call TextBoxBorder - ld hl, $fff6 + ld hl, hFlags_0xFFF6 set 2, [hl] ld de, BoxNames ; $79d9 hlCoord 13, 1 call PlaceString - ld hl, $fff6 + ld hl, hFlags_0xFFF6 res 2, [hl] ld a, [wd5a0] and $7f |
