diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-06 11:52:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:52:24 -0400 |
commit | 122d715484b79aba71d79caf148bac4a2ec441a5 (patch) | |
tree | a13bdf621fa8d3f3836ecb6e8d3a269ccc5d61cc /scripts/CeladonMartRoof.asm | |
parent | c57c93d2b2fb06cadafefda37c0974ba1ec9e6c0 (diff) | |
parent | 43e0e40d5a4af369661fd6c7aa44d7265b9f6e59 (diff) |
Merge pull request #261 from Rangi42/master
Port pokecrystal's base data and tmhm structure
Diffstat (limited to 'scripts/CeladonMartRoof.asm')
-rwxr-xr-x | scripts/CeladonMartRoof.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/CeladonMartRoof.asm b/scripts/CeladonMartRoof.asm index 7c1d7039..c2bbd169 100755 --- a/scripts/CeladonMartRoof.asm +++ b/scripts/CeladonMartRoof.asm @@ -90,7 +90,7 @@ CeladonMartRoofScript_GiveDrinkToGirl: ld hl, CeladonMartRoofText_48515 call PrintText call RemoveItemByIDBank12 - lb bc, TM_49, 1 + lb bc, TM_TRI_ATTACK, 1 call GiveItem jr nc, .bagFull ld hl, ReceivedTM49Text @@ -103,7 +103,7 @@ CeladonMartRoofScript_GiveDrinkToGirl: ld hl, CeladonMartRoofText_48504 call PrintText call RemoveItemByIDBank12 - lb bc, TM_48, 1 + lb bc, TM_ROCK_SLIDE, 1 call GiveItem jr nc, .bagFull ld hl, CeladonMartRoofText_4850a @@ -116,7 +116,7 @@ CeladonMartRoofScript_GiveDrinkToGirl: ld hl, CeladonMartRoofText_484f3 call PrintText call RemoveItemByIDBank12 - lb bc, TM_13, 1 + lb bc, TM_ICE_BEAM, 1 call GiveItem jr nc, .bagFull ld hl, CeladonMartRoofText_484f9 |