Add DEMO variant

This commit is contained in:
octorock
2021-06-16 21:11:01 +02:00
parent 8621bc9329
commit b0510402ab
27 changed files with 511 additions and 12 deletions
+14 -1
View File
@@ -7,6 +7,19 @@
gUnk_08127270:: @ 08127270
.4byte sub_080A3084
.4byte sub_080A310C
gUnk_08127278:: @ 08127278
.incbin "baserom.gba", 0x127278, 0x0000008
.ifdef DEMO
@ TODO choose demo screen
something:
.4byte sub_080A2E40
.4byte sub_080A2FD0
.4byte sub_080A2F8C
something2::
.incbin "baserom_demo.gba", 0x127c98, 0x38 @nocheckin
.endif
+2
View File
@@ -2477,6 +2477,7 @@ gUnk_0813A7F0:: @ 0813A7F0
.4byte gUnk_08133FDC
.4byte gUnk_08133FDC
.4byte gUnk_08133FDC
.ifndef DEMO
.4byte gUnk_08139108
.4byte gUnk_081391D0
.4byte gUnk_081391FC
@@ -2485,6 +2486,7 @@ gUnk_0813A7F0:: @ 0813A7F0
.4byte gUnk_08133FDC
.4byte gUnk_08133FDC
.4byte gUnk_08133FDC
.endif
.4byte gUnk_081395D8
.4byte gUnk_08139714
.4byte gUnk_08138848
+5
View File
@@ -9,3 +9,8 @@ gUnk_089FB770:: @ 089FB770
gUnk_089FB780:: @ 089FB780
.incbin "baserom.gba", 0x9FB780, 0x0000F44
@ More sprites in demo
.ifdef DEMO
.incbin "baserom_demo.gba", 0x9FD0F4, 0x984c
.endif