diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-08-12 17:26:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 17:26:01 -0700 |
commit | d9883945954a30e4b753ecbd5d807f4b6cd2a38a (patch) | |
tree | 093c45ab4de91a75d546f58a6672dfc72136677c /data/data_80E7D40.s | |
parent | e005410884803f1ec8f5942bd0c8d2da5c2e29c8 (diff) |
More data dumping and some code cleaning (#46)
* more data dumping and some code cleaning
* split out cutscene scripts
* initial start at script conversion
* more script work
* use correct type
* clearer up struct field names
* split known scripts into seperate files
* no need to preproc pure ascii strings in debug
* more cutscene work
* split out personality test scripts
* solidify text macros and doc some dungeon fields
* more scripting work
Diffstat (limited to 'data/data_80E7D40.s')
-rw-r--r-- | data/data_80E7D40.s | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/data/data_80E7D40.s b/data/data_80E7D40.s index 0d93398..e652854 100644 --- a/data/data_80E7D40.s +++ b/data/data_80E7D40.s @@ -617,28 +617,40 @@ gUnknown_80EB220: @ 80EB220 .global gUnknown_80EB2F0 gUnknown_80EB2F0: @ 80EB2F0 @ replacing .incbin "baserom.gba", 0x000eb2f0, 0x108 - .byte 0xcc, 0xb3, 0x0e, 0x08 - .byte 0xa4, 0xb3, 0x0e, 0x08 - .byte 0x7c, 0xb3, 0x0e, 0x08 - .byte 0x5c, 0xb3, 0x0e, 0x08 - .byte 0x34, 0xb3, 0x0e, 0x08 - .byte 0x08, 0xb3, 0x0e, 0x08 - + .4byte WeInLove_80EB3CC + .4byte WeBelong_80EB3A4 + .4byte WePromised_80EB37C + .4byte MeansEverything_80EB35C + .4byte NoGood_80EB334 + .4byte Lonely_80EB308 + + .global Lonely_80EB308 + Lonely_80EB308: .asciz "I~27m very lonely! Please take me with you!" .align 2,0 + .global NoGood_80EB334 + NoGood_80EB334: .asciz "It~27s no good if we~27re not together!" .align 2,0 + .global MeansEverything_80EB35C + MeansEverything_80EB35C: .asciz "This means everything to me!" .align 2,0 + .global WePromised_80EB37C + WePromised_80EB37C: .asciz "We~27ve promised our futures together." .align 2,0 + .global WeBelong_80EB3A4 + WeBelong_80EB3A4: .asciz "We belong together! Please escort me!" .align 2,0 - + + .global WeInLove_80EB3CC + WeInLove_80EB3CC: .asciz "We~27re in love! Please~2c take me there!" .align 2,0 |