If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
World Soccer (ZX Spectrum)
Jump to navigation
Jump to search
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Zeppelin Games
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Zeppelin Games
Games > Games by release date > Games released in 1990
World Soccer |
---|
Developer: Zeppelin Games This game has uncompiled source code. |
Source Code Fragments
There are a couple bits of source code that can be found in the game. All the addresses below are for the regular .z80 dump.
5B5D:
LD B,7 ADM2 LD A,(DE) ADD A,(HL) CP 10 JR C,NOCR SUBTR LD HL,NP
639A:
LD E,A LD A,(OATKS) LD (ATTCK),A CALL FNOGS LD A,C LD (OPGLS),A LD A,(CHNES) LD (OPCHS),A RET GTARA LD B,0 GTA3 CP (HL) JR C,GTA2 INC HL INC B JR GTA3 GTA2 LD A,B RET MDVMD DEFB 2,5,8,13,19,25,255 FNOGS LD A,C ADD A,25 SUB D JR C,FNO2 LD HL,ATVDE CALL GTARA INC A JR FNO3 FNO2 SUB A FNO3 LD C,A LD B,0 LD HL,CHANCE ADD HL,BC LD A,(ATTCK) LD B,A LD C,0 FNO4 CALL RND CP (HL) JR NC,NXCH INC C NXCH DJNZ FNO4 LD A,C LD (CHNES),A LD C,0 AND A RET Z LD A,E ADD A,25 SUB D JR C,FNO5 LD HL,ATVDE CALL GTARA INC A JR FNO6 FNO5 SUB A FNO6 LD D,C LD C,A LD B,0 LD HL,CHANCE ADD HL,BC LD A,
Cleanup > Pages missing date references
Cleanup > Pages missing developer references
Cleanup > Pages missing publisher references
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Zeppelin Games
Games > Games by platform > ZX Spectrum games
Games > Games by publisher > Games published by Zeppelin Games
Games > Games by release date > Games released in 1990