You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Trim address comments from maps.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Route40BattleTowerGate_MapScriptHeader: ; 0x9f660
|
||||
Route40BattleTowerGate_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
@@ -8,22 +8,18 @@ Route40BattleTowerGate_MapScriptHeader: ; 0x9f660
|
||||
; callbacks
|
||||
|
||||
dbw 2, UnknownScript_0x9f665
|
||||
; 0x9f665
|
||||
|
||||
UnknownScript_0x9f665: ; 0x9f665
|
||||
UnknownScript_0x9f665:
|
||||
clearevent $07cf
|
||||
return
|
||||
; 0x9f669
|
||||
|
||||
RockerScript_0x9f669: ; 0x9f669
|
||||
RockerScript_0x9f669:
|
||||
jumptextfaceplayer UnknownText_0x9f716
|
||||
; 0x9f66c
|
||||
|
||||
TwinScript_0x9f66c: ; 0x9f66c
|
||||
TwinScript_0x9f66c:
|
||||
jumptextfaceplayer UnknownText_0x9f7c8
|
||||
; 0x9f66f
|
||||
|
||||
UnknownText_0x9f66f: ; 0x9f66f
|
||||
UnknownText_0x9f66f:
|
||||
text "Did you come to"
|
||||
line "see the BATTLE"
|
||||
cont "TOWER too?"
|
||||
@@ -31,9 +27,8 @@ UnknownText_0x9f66f: ; 0x9f66f
|
||||
para "But I guess you"
|
||||
line "can't go in yet."
|
||||
done
|
||||
; 0x9f6ba
|
||||
|
||||
UnknownText_0x9f6ba: ; 0x9f6ba
|
||||
UnknownText_0x9f6ba:
|
||||
text "BATTLE TOWER has"
|
||||
line "opened."
|
||||
|
||||
@@ -43,9 +38,8 @@ UnknownText_0x9f6ba: ; 0x9f6ba
|
||||
para "up a cool line for"
|
||||
line "when I win."
|
||||
done
|
||||
; 0x9f716
|
||||
|
||||
UnknownText_0x9f716: ; 0x9f716
|
||||
UnknownText_0x9f716:
|
||||
text "Are you going to"
|
||||
line "the BATTLE TOWER?"
|
||||
|
||||
@@ -55,18 +49,16 @@ UnknownText_0x9f716: ; 0x9f716
|
||||
para "whole lot, you can"
|
||||
line "win special gifts."
|
||||
done
|
||||
; 0x9f783
|
||||
|
||||
UnknownText_0x9f783: ; 0x9f783
|
||||
UnknownText_0x9f783:
|
||||
text "I'm going to train"
|
||||
line "my #MON so I'll"
|
||||
|
||||
para "be all ready for"
|
||||
line "the BATTLE TOWER."
|
||||
done
|
||||
; 0x9f7c8
|
||||
|
||||
UnknownText_0x9f7c8: ; 0x9f7c8
|
||||
UnknownText_0x9f7c8:
|
||||
text "The levels of the"
|
||||
line "#MON I want to"
|
||||
|
||||
@@ -76,9 +68,8 @@ UnknownText_0x9f7c8: ; 0x9f7c8
|
||||
para "I have to go train"
|
||||
line "them now!"
|
||||
done
|
||||
; 0x9f81e
|
||||
|
||||
Route40BattleTowerGate_MapEventHeader: ; 0x9f81e
|
||||
Route40BattleTowerGate_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@@ -99,4 +90,3 @@ Route40BattleTowerGate_MapEventHeader: ; 0x9f81e
|
||||
db 2
|
||||
person_event SPRITE_ROCKER, 7, 7, $3, $0, 255, 255, $a0, 0, RockerScript_0x9f669, $07cf
|
||||
person_event SPRITE_TWIN, 9, 11, $4, $10, 255, 255, $80, 0, TwinScript_0x9f66c, $ffff
|
||||
; 0x9f852
|
||||
|
||||
Reference in New Issue
Block a user