diff options
Diffstat (limited to 'engine/overworld/variables.asm')
-rwxr-xr-x | engine/overworld/variables.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/variables.asm b/engine/overworld/variables.asm index 7e6906ee..b40a8a51 100755 --- a/engine/overworld/variables.asm +++ b/engine/overworld/variables.asm @@ -55,7 +55,7 @@ GetVarAction_:: dwb wXCoord, RETVAR_STRBUF2 dwb wYCoord, RETVAR_STRBUF2 dwb wSpecialPhoneCallID, RETVAR_STRBUF2 - dwb 0, 0 + dwb NULL, RETVAR_STRBUF2 .CountCaughtMons: ; 41cf ; Caught mons. |