diff options
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 |