aboutsummaryrefslogtreecommitdiffstats
path: root/engine/predefs7.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
commit72bbaed99f725b2b8b0d2653968042ce1625354c (patch)
tree691937b64dea468ccba764cf47913ff0a7e4045b /engine/predefs7.asm
parentNamed wram symbols (diff)
downloadpokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.gz
pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.xz
pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.zip
fixed hp bar wram label and misc
Diffstat (limited to 'engine/predefs7.asm')
-rwxr-xr-xengine/predefs7.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/predefs7.asm b/engine/predefs7.asm
index e2f58ca8..9786c097 100755
--- a/engine/predefs7.asm
+++ b/engine/predefs7.asm
@@ -6,23 +6,23 @@ Func_1c9c6: ; 1c9c6 (7:49c6)
ld [wList], a
ld a, h
ld [wList + 1], a
- ld a, [wListScrollOffset] ; wcc36
+ ld a, [wListScrollOffset]
push af
xor a
- ld [wCurrentMenuItem], a ; wCurrentMenuItem
- ld [wListScrollOffset], a ; wcc36
+ ld [wCurrentMenuItem], a
+ ld [wListScrollOffset], a
ld [wcf93], a
ld a, $4
- ld [wListMenuID], a ; wListMenuID
+ ld [wListMenuID], a
call DisplayListMenuID
pop bc
ld a, b
- ld [wListScrollOffset], a ; wcc36
+ ld [wListScrollOffset], a
ret c
ld hl, wd126
set 7, [hl]
ld hl, wcc5b
- ld a, [wWhichPokemon] ; wWhichPokemon
+ ld a, [wWhichPokemon]
add a
ld d, $0
ld e, a