diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:11:05 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-13 13:11:05 -0500 |
commit | 80bbf5ac91c3696c8a526a6c8a2b71da7cf88a9d (patch) | |
tree | 17d6e9c5feef508598a8b071e8f0f3cf6ea9bc9a /yellow/main.asm | |
parent | 385b109b07a604999b9fca2bf8d307aeb3a60df0 (diff) |
engine/text_boxes.asm
Also remove hROMBankTemp and manually supply gfx.py
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-x | yellow/main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index ab298239..106d6501 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -1089,8 +1089,8 @@ PrintStartMenuItem: ; 702b (1:702b) INCLUDE "engine/overworld/cable_club_npc.asm" -DisplayTextBoxID_: ; 71bf (1:71bf) - dr $71bf,$778e +INCLUDE "engine/text_boxes.asm" + dr $76e7,$778e PlayerPC: ; 778e (1:778e) dr $778e,$7a0f _RemovePokemon: ; 7a0f (1:7a0f) |