diff options
Diffstat (limited to 'data/scripts/script_0800FD0C.inc')
| -rw-r--r-- | data/scripts/script_0800FD0C.inc | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/data/scripts/script_0800FD0C.inc b/data/scripts/script_0800FD0C.inc index 7b8bb425..3ecbe8f3 100644 --- a/data/scripts/script_0800FD0C.inc +++ b/data/scripts/script_0800FD0C.inc @@ -5,9 +5,13 @@ SCRIPT_START script_0800FD0C .ifdef EU CheckLocalFlag 0x00ca .else +.ifdef DEMO_JP + CheckLocalFlag 0x00ca @ TODO deduplicate +.else CheckLocalFlag 0x00cd .endif .endif +.endif JumpIf script_0800FD50 WaitForSomething2 0x00000010 script_0800FD1A: @@ -19,28 +23,32 @@ script_0800FD1A: .ifdef EU CheckLocalFlag 0x00ca .else +.ifdef DEMO_JP + CheckLocalFlag 0x00ca @ TODO deduplicate +.else CheckLocalFlag 0x00cd .endif .endif +.endif JumpIf script_0800FD5C - _0807E864 + _0807E864 Call sub_0807F9A4 TextboxNoOverlapFollowPos 0x2506, 0x0000 - _0807EA94 + _0807EA94 StartPlayerScript script_0800FD80 WaitForSomething2 0x00000008 - _0807E878 + _0807E878 Jump script_0800FD1A script_0800FD50: CheckPlayerInRegion 0x00c8, 0x03c0, 0x1040 JumpIfNot script_0800FD50 script_0800FD5C: - _0807E864 + _0807E864 Call sub_0807F9A4 TextboxNoOverlapFollowPos 0x106c, 0x0000 - _0807EA94 + _0807EA94 StartPlayerScript script_0800FD80 WaitForSomething2 0x00000008 - _0807E878 + _0807E878 Jump script_0800FD50 .2byte 0x0000 |
