If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Gakuen Alice: KiraKira Memory Kiss

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Gakuen Alice: KiraKira Memory Kiss

Developer: Kids Station
Publisher: Kids Station
Platform: PlayStation 2
Released in JP: June 22, 2006


DebugIcon.png This game has debugging material.


NotesIcon.png This game has a notes page

One of the many Japanese-exclusive dating simulation games for the PlayStation 2.

Sub-Page

Miscellaneous tidbits that are interesting enough to point out here.
Notes

Debug Logging

Within the game is a stubbed printf function which would have logged various background information to a debug unit. This logs information such as files loaded and memory information. It would also report errors if any occurred. To re-enable this mode, apply the below code:

Re-enable Debug printf Messages
2010D598 080A78D0
2010D59C 00000000

If you are playing the game on a regular PlayStation 2, this will have no effect. If you are playing on an emulator, you can see this information by enabling the option "Show Console". Below is an example of what type of information gets logged.

Initialize iop heap.
Loading iop modules.
finish initialize.
read TOC
path table lsn = 257
Initialize LeDevStdPad2 ... 
LeHeap: 308624 used 
LeRender init
frame buffer 0 address : 0x50000
frame buffer 1 address : 0x0
Z buffer address : 0xa0000
texture address : 0xc3000
palette address : 0xd3000
LeRender finish initialize.
LeDevStdPad2Inst::init() port 0 / slot 0
>
(0):(0)
>SCRIPT
SCRIPT(0):(0)
SCRIPT(0):MG(0)
SCRIPT(0):SCRIPT(0)
>SFD
SFD(0):(0)
SFD(0):MG(0)
SFD(0):SCRIPT(0)
SFD(0):SFD(0)
>MG
MG(0):(0)
MG(0):MG(0)
<LeHeap leak check>
    There is no leak memory.
</LeHeap leak check>
(Source: Original TCRF research)