diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-22 09:29:19 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-22 09:29:19 -0500 |
commit | b6b645d6034d0727215bd8de281282688351466f (patch) | |
tree | abce19c6fc08d99f52b1c6034d5ef2d0b34b9df5 | |
parent | e0e6befb3a5b0ce519fb10576e88778d15b3d3f7 (diff) |
fix local pointer in UnknownScript_0x5d800
-rw-r--r-- | main.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17077,9 +17077,10 @@ UnknownScript_0x5d800: ; 0x5d800 closetext loadmovesprites checkcellnum $25 - iftrue $581a + iftrue UnknownScript_0x5d81a checkbit1 $033c iftrue UnknownScript_0x5d8cc +UnknownScript_0x5d81a: ; 0x5d81a spriteface $b, $3 end ; 0x5d81e |