diff options
author | yenatch <yenatch@gmail.com> | 2018-06-24 22:38:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-24 22:38:08 -0400 |
commit | 91f914718a263839daef24d44eda857bfc7cca95 (patch) | |
tree | e3aca60cfbcd77fdbb400304fc0dedbc613122b2 /engine/gfx | |
parent | 364854623267a8a39242243b0cdf80144e868642 (diff) | |
parent | 6e44095c2aadd2f07a716db6dacfc3ce2fa83658 (diff) |
Merge pull request #530 from Rangi42/master
[RTM] Finish removing address comments, split out mart_constants.asm, and other tweaks
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/crystal_layouts.asm | 2 | ||||
-rw-r--r-- | engine/gfx/player_gfx.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/crystal_layouts.asm b/engine/gfx/crystal_layouts.asm index bc7aa3292..b9686701c 100644 --- a/engine/gfx/crystal_layouts.asm +++ b/engine/gfx/crystal_layouts.asm @@ -1,4 +1,4 @@ -GetMysteryGift_MobileAdapterLayout: ; 4930f (mobile) +GetMysteryGift_MobileAdapterLayout: ld a, b cp SCGB_RAM jr nz, .not_ram diff --git a/engine/gfx/player_gfx.asm b/engine/gfx/player_gfx.asm index 04208905a..9954143a8 100644 --- a/engine/gfx/player_gfx.asm +++ b/engine/gfx/player_gfx.asm @@ -72,7 +72,7 @@ ShowPlayerNamingChoices: INCLUDE "data/player_names.asm" -GetPlayerNameArray: ; 88318 This Function is never called +Unreferenced_GetPlayerNameArray: ld hl, wPlayerName ld de, MalePlayerNameArray ld a, [wPlayerGender] |