diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-22 21:02:18 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-22 21:02:18 -0400 |
| commit | f3de3a20dfccb8a57cdf9feb860bf1e89a733f50 (patch) | |
| tree | 5d3f60d4b7fdcf44f4202e7db915213d041f663d /text.asm | |
| parent | Move yellow/main.asm code to main.asm (diff) | |
| download | pokeyellow-f3de3a20dfccb8a57cdf9feb860bf1e89a733f50.tar.gz pokeyellow-f3de3a20dfccb8a57cdf9feb860bf1e89a733f50.tar.xz pokeyellow-f3de3a20dfccb8a57cdf9feb860bf1e89a733f50.zip | |
Bank11 and 14 misc functions.
Diffstat (limited to 'text.asm')
| -rw-r--r-- | text.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -818,12 +818,12 @@ _ViridianSchoolNotebookText4:: line "#MON LEAGUE!" prompt -_FightingDojoText_52a10:: +_EnemiesOnEverySideText:: text "Enemies on every" line "side!" done -_FightingDojoText_52a1d:: +_WhatGoesAroundComesAroundText:: text "What goes around" line "comes around!" done @@ -2501,6 +2501,7 @@ _ColosseumText1:: INCLUDE "text/maps/reds_house_1f.asm" INCLUDE "text/maps/blues_house.asm" INCLUDE "text/maps/oaks_lab.asm" +INCLUDE "text/pokedex_ratings.asm" INCLUDE "text/maps/viridian_mart.asm" INCLUDE "text/maps/school.asm" INCLUDE "text/maps/viridian_house.asm" |
