summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-11-27 00:07:24 -0500
committersurskitty <surskitty@gmail.com>2017-11-27 00:07:24 -0500
commit9c28b822cb69f2dc4dc4fc552112d46077d58d68 (patch)
tree791487ea21892cf51f9af3364f0182638b08d577
parentc28be02a193a088354131f260781a9081825eeee (diff)
Fighting Dojo npc labels.
-rw-r--r--maps/FightingDojo.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/FightingDojo.asm b/maps/FightingDojo.asm
index 3032519aa..dc6a99a99 100644
--- a/maps/FightingDojo.asm
+++ b/maps/FightingDojo.asm
@@ -9,19 +9,19 @@ FightingDojo_MapScriptHeader:
.MapCallbacks:
db 0
-BlackBeltScript_0x189b61:
- jumptextfaceplayer UnknownText_0x189b6c
+FightingDojoBlackBelt:
+ jumptextfaceplayer FightingDojoBlackBeltText
MapFightingDojoSignpost0Script:
- jumptext UnknownText_0x189bc0
+ jumptext FightingDojoSign0Text
MapFightingDojoSignpost1Script:
- jumptext UnknownText_0x189be0
+ jumptext FightingDojoSign1Text
FightingDojoFocusBand:
itemball FOCUS_BAND
-UnknownText_0x189b6c:
+FightingDojoBlackBeltText:
text "Hello!"
para "KARATE KING, the"
@@ -32,12 +32,12 @@ UnknownText_0x189b6c:
cont "training."
done
-UnknownText_0x189bc0:
+FightingDojoSign0Text:
text "What goes around"
line "comes around!"
done
-UnknownText_0x189be0:
+FightingDojoSign1Text:
text "Enemies on every"
line "side!"
done
@@ -61,5 +61,5 @@ FightingDojo_MapEventHeader:
.PersonEvents:
db 2
- person_event SPRITE_BLACK_BELT, 4, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, BlackBeltScript_0x189b61, -1
+ person_event SPRITE_BLACK_BELT, 4, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, PERSONTYPE_SCRIPT, 0, FightingDojoBlackBelt, -1
person_event SPRITE_POKE_BALL, 1, 3, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, FightingDojoFocusBand, EVENT_PICKED_UP_FOCUS_BAND