diff options
author | yenatch <yenatch@gmail.com> | 2013-12-27 22:20:24 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-27 22:20:24 -0500 |
commit | 4612670768476db26cd87ed69e43bd0ba0728a6f (patch) | |
tree | 4c572d6c06f0973ddbb37ce536c73d2270126586 /engine/scripting.asm | |
parent | 58af27eaebea219df4773980a95d21c3f36c29cb (diff) |
more npc trade cleanup
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index f0d064d8e..58648514b 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -761,7 +761,7 @@ Script_trade: ; 0x97099 call GetScriptByte ld e, a - callba Functionfcba8 + callba NPCTrade ret ; 0x970a4 |