diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-09 17:03:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 17:03:02 -0600 |
commit | 1877ba24ca489827f1093858ed58c38ff00a4576 (patch) | |
tree | 502c26ec51aa55df4eb1ff4324ab90c3b0a0610a /data | |
parent | 85174ad6193d3d58b92deaaedf8c510440ed85ee (diff) | |
parent | 03b167a73e2f18fa79bbf0e6ffe11e0c35c12ad8 (diff) |
Merge pull request #518 from camthesaxman/menu_refactor
re-label some window and text code
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s index 7792e8a9e..6cc1c2db7 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -4522,7 +4522,7 @@ gPokenavRibbonPokeView_Gfx:: @ 8EA0028 .incbin "graphics/pokenav/ribbon_pokeview.4bpp" .align 2 -gMessageBox_Gfx:: @ 8EA0108 +gDialogueFrame_Gfx:: @ 8EA0108 .incbin "graphics/text_window/message_box.4bpp" .align 2 |