diff options
Diffstat (limited to 'engine/draw_badges.asm')
-rw-r--r-- | engine/draw_badges.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/draw_badges.asm b/engine/draw_badges.asm index 3134ae0a..412197b2 100644 --- a/engine/draw_badges.asm +++ b/engine/draw_badges.asm @@ -1,4 +1,4 @@ -DrawBadges: ; e880 (3:6880) +DrawBadges: ; Draw 4x2 gym leader faces, with the faces replaced by ; badges if they are owned. Used in the player status screen. @@ -116,5 +116,5 @@ DrawBadges: ; e880 (3:6880) .FaceBadgeTiles db $20, $28, $30, $38, $40, $48, $50, $58 -GymLeaderFaceAndBadgeTileGraphics: ; e91b (3:691b) - INCBIN "gfx/badges.2bpp"
\ No newline at end of file +GymLeaderFaceAndBadgeTileGraphics: + INCBIN "gfx/badges.2bpp" |