diff options
author | yenatch <yenatch@gmail.com> | 2014-09-30 11:19:33 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-30 11:19:33 -0700 |
commit | 7996f5b1ab310c0f587347b23148a4be515d4a53 (patch) | |
tree | bae093eaee2c72d3f0a1acdd541aca333da0b93d /engine/scripting.asm | |
parent | ca58bd215cc462a950dc889f9d7f0f9e8ecd1b02 (diff) |
Miscellaneous formatting cleanup.
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 7bfe21b54..f08508901 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -2123,11 +2123,10 @@ Script_pokenamemem: ; 0x976ae Unknown_976c0: ; 0x976c0 call GetScriptByte - cp $3 - jr c, .asm_976c8 + cp 3 + jr c, .ok xor a -.asm_976c8 -; 976c8 +.ok Function976c8: ; 976c8 ld hl, StringBuffer3 |