diff options
author | YamaArashi <shadow962@live.com> | 2015-07-16 22:08:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-17 01:22:00 -0700 |
commit | 9fbd9e9a1f23ff3fe09eee2518dd752a6d2e132c (patch) | |
tree | a7235a32746e0902d93f8069f8e2c77cd5c2f08e /engine/overworld/npc_movement.asm | |
parent | fb559f1f4e0104bfc59350359a2fb82fbe88ebba (diff) |
intro stuff
Diffstat (limited to 'engine/overworld/npc_movement.asm')
-rwxr-xr-x | engine/overworld/npc_movement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/npc_movement.asm b/engine/overworld/npc_movement.asm index aabc2de8..fcef55e0 100755 --- a/engine/overworld/npc_movement.asm +++ b/engine/overworld/npc_movement.asm @@ -74,7 +74,7 @@ PalletMovementScript_OakMoveLeft: ; 1a44c (6:644c) jr .done ; The player is on the left tile of the northern path out of Pallet Town and ; Prof. Oak is below. -; Prof. Oak is already on the right tile. +; Prof. Oak is already where he needs to be. .playerOnLeftTile ld a, $3 ld [wNPCMovementScriptFunctionNum], a |