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 | Use rgblink -w to have one $2000-byte WRAM0 region (diff) | |
| download | pokeyellow-7d4ec90538d297ebbfd65d82213d9c13c3527379.tar.gz pokeyellow-7d4ec90538d297ebbfd65d82213d9c13c3527379.tar.xz pokeyellow-7d4ec90538d297ebbfd65d82213d9c13c3527379.zip | |
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 |
