diff options
| author | yenatch <yenatch@gmail.com> | 2017-12-24 17:39:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-24 17:39:50 -0500 |
| commit | e400fe5142731422b0f542749d913d569997159e (patch) | |
| tree | 004b17f7b444c4bbc8bbb80e3b189a48287ed4b7 /data/items | |
| parent | 70e6b5947b5cc9ca9fd93c720c7f97d9e018da2d (diff) | |
| parent | 3e7f3bbeb6dd2d3cff6343dea2298502faa14185 (diff) | |
Merge pull request #423 from roukaour/master
Fix issues #262, #345, #347, #396, #408, and #412
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/item_descriptions.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/items/item_descriptions.asm b/data/items/item_descriptions.asm index 40e91b2c9..e5b01e8fd 100644 --- a/data/items/item_descriptions.asm +++ b/data/items/item_descriptions.asm @@ -7,7 +7,7 @@ PrintItemDescription: ; 0x1c8955 ld [CurItem], a push de - callba GetTMHMItemMove + farcall GetTMHMItemMove pop hl ld a, [wd265] ld [CurSpecies], a |
