diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 10:33:58 -0500 |
| commit | 13d4d533f7c5904391309e72f4b7937210b1c476 (patch) | |
| tree | 12af6219abc245f24a8931684c3240c95970b21d /scripts/OaksLab.asm | |
| parent | Merge pull request #301 from Rangi42/master (diff) | |
| download | pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip | |
Sync more with pokeyellow
Diffstat (limited to 'scripts/OaksLab.asm')
| -rwxr-xr-x | scripts/OaksLab.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/OaksLab.asm b/scripts/OaksLab.asm index 0df74dcf..d1755fa8 100755 --- a/scripts/OaksLab.asm +++ b/scripts/OaksLab.asm @@ -666,7 +666,7 @@ OaksLabScript_RemoveParcel: ld hl, wNumBagItems ld a, c ld [wWhichPokemon], a - ld a, $1 + ld a, 1 ld [wItemQuantity], a jp RemoveItemFromInventory @@ -716,7 +716,7 @@ OaksLabScript_1d076: ld a, l ld [wMapTextPtr], a ld a, h - ld [wMapTextPtr+1], a + ld [wMapTextPtr + 1], a ret OaksLab_TextPointers: |
