diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 19:40:14 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 19:40:14 -0400 |
| commit | 7d4ec90538d297ebbfd65d82213d9c13c3527379 (patch) | |
| tree | 421657da2f1a2108f004c7d388c60eacc9d749ab /engine/items | |
| parent | fa4ed9ea593d4d09afa08e662207ff8cdb84addc (diff) | |
Some miscellaneous changes, syncing more with pokered
Diffstat (limited to 'engine/items')
| -rw-r--r-- | engine/items/town_map.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/town_map.asm b/engine/items/town_map.asm index 3e71fc29..700be30c 100644 --- a/engine/items/town_map.asm +++ b/engine/items/town_map.asm @@ -105,7 +105,7 @@ DisplayTownMap: ld [wWhichTownMapLocation], a jp .townMapLoop -.asm_70f87 +Func_70f87: ; unreferenced ldh a, [hJoy5] and D_DOWN | D_UP ret z |
