diff options
| author | Antonio Niño Díaz <antonio_nd@outlook.com> | 2017-06-09 22:54:09 +0100 |
|---|---|---|
| committer | Antonio Niño Díaz <antonio_nd@outlook.com> | 2017-06-09 22:54:09 +0100 |
| commit | 9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd (patch) | |
| tree | 838b94841af8efe22697c15775f99035d42fd734 /engine/overworld/player_state.asm | |
| parent | Update Travis configuration to use rgbds 0.3.1 (diff) | |
| download | pokeyellow-9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd.tar.gz pokeyellow-9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd.tar.xz pokeyellow-9ea25bc8cd32df5b3bcf6333c3d2582e1b11f2dd.zip | |
Replace deprecated mnemonics by the correct ones
The old mnemonics generate warnings with new versions of rgbds. This
patch replaces them by the correct ones.
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
Diffstat (limited to 'engine/overworld/player_state.asm')
| -rw-r--r-- | engine/overworld/player_state.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_state.asm b/engine/overworld/player_state.asm index 79f755b9..b8d734f2 100644 --- a/engine/overworld/player_state.asm +++ b/engine/overworld/player_state.asm @@ -103,7 +103,7 @@ IsPlayerFacingEdgeOfMap: ld c, a ld de, .asm_c41e push de - jp [hl] + jp hl .asm_c41e pop bc pop de |
