diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-23 20:39:20 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-26 20:30:09 -0400 |
commit | 46f6cc4d41494c044f1091491c712afc2a5bfd3a (patch) | |
tree | fee103b542f99af23954d6610029b481e8f6742b /engine/overworld/scripting.asm | |
parent | 26ddba8cfd8f035c06bd6419b64a6c4d7dbc226f (diff) |
Comment, remove, or revise many unreferenced labels
Diffstat (limited to 'engine/overworld/scripting.asm')
-rw-r--r-- | engine/overworld/scripting.asm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engine/overworld/scripting.asm b/engine/overworld/scripting.asm index 19fd15db..295ab35a 100644 --- a/engine/overworld/scripting.asm +++ b/engine/overworld/scripting.asm @@ -1518,8 +1518,6 @@ Script_getcurlandmarkname: ld a, [wMapNumber] ld c, a call GetWorldMapLocation - -ConvertLandmarkToText: ld e, a farcall GetLandmarkName ld de, wStringBuffer1 @@ -2059,8 +2057,7 @@ Script_warpcheck: farcall EnableEvents ret -Script_enableevents: -; unused +Script_enableevents: ; unreferenced farcall EnableEvents ret |