diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 15:52:20 -0400 |
commit | 5b53dbe15d0f24c0ebcb537d7e11c106abd99867 (patch) | |
tree | a5323e702ca9e0e3a2a97d49bdf57b561f9fe0e3 /engine/overworld/npc_movement.asm | |
parent | 3618f25a34ca78ba424bf1977cb6e21241eedb2b (diff) |
Bank7 misc functions
Also delete gfx/intro_nido pngs (aren't used in the build)
Diffstat (limited to 'engine/overworld/npc_movement.asm')
-rwxr-xr-x | engine/overworld/npc_movement.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/npc_movement.asm b/engine/overworld/npc_movement.asm index 58eb6a47..07abd44f 100755 --- a/engine/overworld/npc_movement.asm +++ b/engine/overworld/npc_movement.asm @@ -1,4 +1,4 @@ -PlayerStepOutFromDoor: ; 1a3e0 (6:63e0) +PlayerStepOutFromDoor: ; 1a4ea (6:64ea) ld hl, wd730 res 1, [hl] call IsPlayerStandingOnDoorTile @@ -258,7 +258,7 @@ RLEList_PewterGymPlayer: ; 1a6cb (6:66cb) db D_LEFT, $0F db $FF -RLEList_PewterGymGuy: ; 1a6cd8(6:66d8) +RLEList_PewterGymGuy: ; 1a6cd8 (6:66d8) db NPC_MOVEMENT_DOWN, $02 db NPC_MOVEMENT_LEFT, $0F db NPC_MOVEMENT_UP, $05 |