diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
| commit | 994c2cbf289efa2e23eabf1af96ba62e4f066005 (patch) | |
| tree | 74674d580b4ca868d727aae9ac71795d8d98b9c7 /engine/menu/players_pc.asm | |
| parent | hall of fame / credits (diff) | |
| download | pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.tar.gz pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.tar.xz pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.zip | |
named wram variables
Diffstat (limited to 'engine/menu/players_pc.asm')
| -rwxr-xr-x | engine/menu/players_pc.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/menu/players_pc.asm b/engine/menu/players_pc.asm index 8b433027..b78ba5fb 100755 --- a/engine/menu/players_pc.asm +++ b/engine/menu/players_pc.asm @@ -97,9 +97,9 @@ Func_79ab: ; 79ab (1:79ab) call PrintText ld hl, wNumBagItems ld a, l - ld [wList], a + ld [wListPointer], a ld a, h - ld [wList + 1], a + ld [wListPointer + 1], a xor a ld [wPrintItemPrices], a ld a, $3 @@ -151,9 +151,9 @@ Func_7a28: ; 7a28 (1:7a28) call PrintText ld hl, wNumBoxItems ld a, l - ld [wList], a + ld [wListPointer], a ld a, h - ld [wList + 1], a + ld [wListPointer + 1], a xor a ld [wPrintItemPrices], a ld a, $3 @@ -205,9 +205,9 @@ Func_7aa5: ; 7aa5 (1:7aa5) call PrintText ld hl, wNumBoxItems ld a, l - ld [wList], a + ld [wListPointer], a ld a, h - ld [wList + 1], a + ld [wListPointer + 1], a xor a ld [wPrintItemPrices], a ld a, $3 |
