diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-04-13 11:50:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-13 11:50:16 -0400 |
| commit | 1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (patch) | |
| tree | 5e6e4603ccc68538fbf242cb463becda5b71ea75 /engine/movie | |
| parent | 31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff) | |
| parent | 3e78e5b2b604568b13a37e4603dbd798373b9805 (diff) | |
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'engine/movie')
| -rw-r--r-- | engine/movie/trade_animation.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/movie/trade_animation.asm b/engine/movie/trade_animation.asm index abdb40e3e..065ba9e18 100644 --- a/engine/movie/trade_animation.asm +++ b/engine/movie/trade_animation.asm @@ -931,7 +931,7 @@ TrademonStats_MonTemplate: hlcoord 3, 0 ld b, $6 ld c, $d - call TextBox + call Textbox hlcoord 4, 0 ld de, .OTMonData call PlaceString @@ -951,7 +951,7 @@ TrademonStats_Egg: hlcoord 3, 0 ld b, 6 ld c, 13 - call TextBox + call Textbox hlcoord 4, 2 ld de, .EggData call PlaceString |
