diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-02 13:24:18 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-02 13:24:18 -0500 |
commit | be082943ed8fa746ae345b9f93783e5993550373 (patch) | |
tree | 10af6716b774a58551d8d38ab6ad2ea62f9e5c2a /engine/debug.asm | |
parent | 92a8c491c3a8c39a7c51b300d759f93aa5157447 (diff) |
More work interpreting the sprite engine
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-x | engine/debug.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/debug.asm b/engine/debug.asm index 1e00ae4f5..896e0b1f6 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -828,7 +828,7 @@ Function81df4: ; 81df4 ld [wd265], a predef GetTMHMMove ld a, [wd265] - ld [wd262], a + ld [wPutativeTMHMMove], a call GetMoveName hlcoord 10, 12 call PlaceString |