øA slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;u=278;area=showposts;start=765 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/indexb1c3.html slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=profile;area=showposts;u=278 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/indexb1c3.html.z x Ïåg^ ÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÈ 0P. D OK text/html ISO-8859-1 gzip 0|Ö D ÿÿÿÿÿÿÿÿ Tue, 10 Mar 2020 19:25:26 GMT 0ó° °® 0® P® €§² ð® Îåg^ ÿÿÿÿÿÿÿÿÞ$ D
We have EVEN MORE themes now, but some old ones are gone...This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Upon further tinkering, it looks like it's related to making things conditional upon high numbered event flags (for instance, here I was trying to make different events happen when talking to the Baron Training Room soldier depending on whether flag 254 was set or not).

now that I think about it, this makes perfect sense - it allows the game to use the same formula to find the level data for a specific level regardless of character:CHAR POINTER DATA(LoROM) DIFF
---- ----- ------ ----
CECIL B4FB 0F/B528 2D
KAIN B62F 0F/B65C 2D
RYDIA B790 0F/B790 00
TELLAH B892 0F/B8F1 5F
EDWARD B9DF 0F/B9F2 13
ROSA BB13 0F/BB40 2D
YANG BC47 0F/BC74 2D
PALOM BD7B 0F/BDA8 2D
POROM BEAF 0F/BEDC 2D
P cEC C010 0F/C010 00
CID C112 0F/C171 5F
EDGE C1FB 0F/C273 78
FUSOYA C267 0F/C35C F5
alternatively, if anybody can confirm that these differences do not change at all regardless of how much you edit level up data, then I can just figure them into the coding and be done with it...
2 - It's definitely related to the character's starting level in some way...Starting level Difference
------------- -----
01 (1) 00 (0)
05 (5) 13 (19)
0A (10) 2D (45)
14 (20) 5F (95)
19 (25) 78 (120)
32 (50) F5 (245)Anybody understand the pattern here?
3 oh, there it is...
An early goal of mine which I've still never figured out has been how to make the eight random level up possibilities occur at the starting levels, unfortunately all of my attempts came up glitched or blank. I would love though for stat boosts based on RNG though, it would add a bit more variety to the game and create different setups whether intentional or not. I do wonder if this would work better from a class perspective than an age perspective though in some respects.You mean add some randomness to initial stats? That's a fun idea. There was this Dungeons & Dragons game for Sega Genesis that would let you pick four characters for your starting party then gave you unlimited "re-rolls" to determine your initial stats. I used to spend like an hour starting a new game with that option... On second thought, maybe that's a terrible idea ;)