aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/OaksLab.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
commit13d4d533f7c5904391309e72f4b7937210b1c476 (patch)
tree12af6219abc245f24a8931684c3240c95970b21d /scripts/OaksLab.asm
parentMerge pull request #301 from Rangi42/master (diff)
downloadpokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.gz
pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.tar.xz
pokeyellow-13d4d533f7c5904391309e72f4b7937210b1c476.zip
Sync more with pokeyellow
Diffstat (limited to 'scripts/OaksLab.asm')
-rwxr-xr-xscripts/OaksLab.asm4
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: